/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:68:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   68 |     scanf("%d %d", &n, &m);
      |     ~~~~~^~~~~~~~~~~~~~~~~
foo.cc:70:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   70 |         scanf("%d", &p[i]);
      |         ~~~~~^~~~~~~~~~~~~
foo.cc:77:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   77 |             scanf("%d", &a[i][j]);
      |             ~~~~~^~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 1.125 MiB
#2 Accepted 681ms 1.617 MiB
#3 Accepted 294ms 1.617 MiB
#4 Accepted 9ms 1.125 MiB
#5 Accepted 10ms 1.25 MiB
#6 Accepted 30ms 1.25 MiB
#7 Accepted 79ms 1.617 MiB
#8 Accepted 380ms 2.492 MiB
#9 Accepted 564ms 2.871 MiB
#10 Accepted 605ms 2.867 MiB

信息

递交者
类型
递交
题目
P1726 美食节
语言
C++
递交时间
2021-12-13 20:44:23
评测时间
2021-12-13 20:44:23
评测机
分数
100
总耗时
2659ms
峰值内存
2.871 MiB