/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:138:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d", &n, &m);
     ~~~~~^~~~~~~~~~~~~~~~
foo.cc:140:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &a[i]);
         ~~~~~^~~~~~~~~~~~~
foo.cc:144:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d", &g[i][i + j]);
             ~~~~~^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 16ms 1.102 MiB
#2 Accepted 17ms 1.059 MiB
#3 Accepted 2ms 768.0 KiB
#4 Accepted 20ms 1.098 MiB
#5 Accepted 2ms 856.0 KiB
#6 Accepted 25ms 1.086 MiB
#7 Accepted 35ms 1.098 MiB
#8 Accepted 58ms 1.098 MiB
#9 Accepted 78ms 1.09 MiB
#10 Accepted 76ms 1.09 MiB

信息

递交者
类型
递交
题目
P1213 80人环游世界
语言
C++
递交时间
2021-11-17 20:05:59
评测时间
2021-11-17 20:05:59
评测机
分数
100
总耗时
334ms
峰值内存
1.102 MiB