/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:64:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&N);
     ~~~~~^~~~~~~~~
foo.cc:66:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld",&arr[i]);
         ~~~~~^~~~~~~~~~~~~~~~
foo.cc:70:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&M);
     ~~~~~^~~~~~~~~
foo.cc:74:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&K);
         ~~~~~^~~~~~~~~
foo.cc:76: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:80: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. 87ms 2.953 MiB
#2 Wrong Answer Read -1, expect -115474. 112ms 5.023 MiB
#3 Accepted 59ms 7.824 MiB
#4 Accepted 20ms 3.902 MiB
#5 Wrong Answer Read -1, expect -81404. 126ms 8.273 MiB
#6 Accepted 101ms 4.18 MiB
#7 Accepted 104ms 4.789 MiB
#8 Wrong Answer Read -1, expect -98607. 107ms 4.855 MiB
#9 Wrong Answer Read -1, expect -42834. 101ms 2.285 MiB
#10 Wrong Answer Read -1, expect -16566. 153ms 5.289 MiB

信息

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