/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:69:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&N);
     ~~~~~^~~~~~~~~
foo.cc:71:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld",&arr[i]);
         ~~~~~^~~~~~~~~~~~~~~~
foo.cc:75:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&M);
     ~~~~~^~~~~~~~~
foo.cc:79:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&K);
         ~~~~~^~~~~~~~~
foo.cc:81: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:85: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 Accepted 50ms 1.879 MiB
#2 Accepted 64ms 3.711 MiB
#3 Accepted 35ms 6.957 MiB
#4 Accepted 13ms 3.637 MiB
#5 Accepted 71ms 6.844 MiB
#6 Accepted 58ms 3.055 MiB
#7 Accepted 58ms 3.641 MiB
#8 Accepted 60ms 3.652 MiB
#9 Accepted 57ms 1.168 MiB
#10 Accepted 86ms 3.688 MiB

信息

递交者
类型
递交
题目
P1659 河蟹王国
语言
C++
递交时间
2021-08-25 22:26:29
评测时间
2021-08-25 22:26:29
评测机
分数
100
总耗时
557ms
峰值内存
6.957 MiB