/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:67:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&N);
     ~~~~~^~~~~~~~~
foo.cc:69:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld",&arr[i]);
         ~~~~~^~~~~~~~~~~~~~~~
foo.cc:73:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&M);
     ~~~~~^~~~~~~~~
foo.cc:77:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&K);
         ~~~~~^~~~~~~~~
foo.cc:79:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d %d %lld",&L, &R, &C);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:83:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d %d",&L,&R);
             ~~~~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read -1, expect -212182. 57ms 1.926 MiB
#2 Wrong Answer Read -1, expect -115474. 74ms 3.715 MiB
#3 Accepted 39ms 6.953 MiB
#4 Accepted 13ms 3.641 MiB
#5 Wrong Answer Read -1, expect -81404. 82ms 6.863 MiB
#6 Accepted 68ms 3.062 MiB
#7 Accepted 71ms 3.676 MiB
#8 Wrong Answer Read -1, expect -98607. 72ms 3.656 MiB
#9 Wrong Answer Read -1, expect -42834. 81ms 1.137 MiB
#10 Wrong Answer Read -1, expect -16566. 119ms 3.68 MiB

信息

递交者
类型
递交
题目
P1659 河蟹王国
语言
C++
递交时间
2021-08-25 22:33:48
评测时间
2021-08-25 22:33:48
评测机
分数
40
总耗时
680ms
峰值内存
6.953 MiB