记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:52:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d",&n,&k,&m);
     ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:56:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&x);
         ~~~~~^~~~~~~~~
foo.cc:62:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     for(int i = 1;i<=m;i++) scanf("%d",&sz[i]);
                             ~~~~~^~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
您没有提供题目配置文件。正在使用默认时空限制 1s 256M 。
识别到10个测试点
{"receive":"2020-07-22T10:06:04.908Z","handle":"2020-07-22T10:06:04.908Z","cache_start":"2020-07-22T10:06:04.914Z","read_cases":"2020-07-22T10:06:05.034Z","judge":"2020-07-22T10:06:05.035Z","done":"2020-07-22T10:06:07.824Z"}
# 状态 耗时 内存占用
#1 Accepted 2ms 4.5 MiB
#2 Accepted 2ms 4.5 MiB
#3 Accepted 2ms 4.5 MiB
#4 Accepted 2ms 4.5 MiB
#5 Accepted 2ms 4.5 MiB
#6 Accepted 2ms 4.5 MiB
#7 Accepted 2ms 4.5 MiB
#8 Accepted 501ms 5.602 MiB
#9 Accepted 535ms 5.648 MiB
#10 Accepted 532ms 5.66 MiB

信息

递交者
类型
递交
题目
P1002 0722 T3
语言
C++
递交时间
2020-07-22 18:06:04
评测时间
2020-07-22 18:06:04
评测机
分数
100
总耗时
1585ms
峰值内存
5.66 MiB