/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:92:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:96:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&ori[i]);
         ~~~~~^~~~~~~~~~~~~~
foo.cc:100:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&cv[i]);
         ~~~~~^~~~~~~~~~~~~
foo.cc:106:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&v[i][j]);
             ~~~~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 15ms 16.609 MiB
#2 Accepted 16ms 16.492 MiB
#3 Accepted 16ms 16.527 MiB
#4 Accepted 15ms 16.602 MiB
#5 Accepted 18ms 17.023 MiB
#6 Accepted 18ms 17.051 MiB
#7 Accepted 19ms 17.043 MiB
#8 Accepted 19ms 17.043 MiB
#9 Accepted 211ms 24.562 MiB
#10 Accepted 211ms 24.566 MiB

信息

递交者
类型
递交
题目
P1831 网络收费
语言
C++
递交时间
2021-07-21 09:23:17
评测时间
2021-07-21 09:23:17
评测机
分数
100
总耗时
561ms
峰值内存
24.566 MiB