/ 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.0 MiB
#2 Accepted 526ms 1.492 MiB
#3 Accepted 188ms 1.492 MiB
#4 Accepted 10ms 1.25 MiB
#5 Accepted 10ms 1.125 MiB
#6 Accepted 17ms 1.25 MiB
#7 Accepted 113ms 1.492 MiB
#8 Accepted 587ms 2.367 MiB
#9 Accepted 683ms 2.742 MiB
#10 Accepted 911ms 2.867 MiB

信息

递交者
类型
递交
题目
P1726 美食节
语言
C++
递交时间
2022-07-20 15:45:22
评测时间
2022-07-20 15:45:22
评测机
分数
100
总耗时
3051ms
峰值内存
2.867 MiB