记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:8:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     for(i=1;i<=N;i++) scanf("%d",&e[i]);
                       ~~~~~^~~~~~~~~~~~
foo.cc:12:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&K);
         ~~~~~^~~~~~~~~
foo.cc:15:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d%d%d",&L,&R,&C);
             ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:21:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d%d",&L,&R);
             ~~~~~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 250ms 1.492 MiB
#2 Accepted 679ms 1.973 MiB
#3 Accepted 343ms 1.711 MiB
#4 Accepted 53ms 1.02 MiB
#5 Accepted 929ms 2.188 MiB
#6 Accepted 434ms 1.668 MiB
#7 Accepted 573ms 1.844 MiB
#8 Accepted 644ms 1.84 MiB
#9 Accepted 279ms 1.711 MiB
#10 Time Exceeded ≥1004ms ≥2.352 MiB

信息

递交者
类型
递交
题目
P1045 河蟹王国
语言
C++
递交时间
2021-02-01 12:23:11
评测时间
2021-02-01 12:23:11
评测机
分数
90
总耗时
≥5191ms
峰值内存
≥2.352 MiB