记录详情

Wrong Answer

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:04:34.209Z","handle":"2020-07-22T10:04:34.209Z","cache_start":"2020-07-22T10:04:34.215Z","read_cases":"2020-07-22T10:04:34.322Z","judge":"2020-07-22T10:04:34.323Z","done":"2020-07-22T10:04:37.146Z"}
# 状态 耗时 内存占用
#1 Accepted 2ms 4.5 MiB
#2 Accepted 2ms 4.5 MiB
#3 Accepted 2ms 4.5 MiB
#4 Wrong Answer 读取到 -1 ,应为 4 2ms 4.5 MiB
#5 Wrong Answer 读取到 -1 ,应为 5 2ms 4.5 MiB
#6 Wrong Answer 读取到 -1 ,应为 2584 2ms 4.5 MiB
#7 Accepted 2ms 4.5 MiB
#8 Accepted 513ms 5.602 MiB
#9 Accepted 548ms 5.648 MiB
#10 Accepted 533ms 5.664 MiB

信息

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