/ 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]
     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]
         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]
             scanf("%d", &a[i][j]);
             ~~~~~^~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 3ms 1.105 MiB
#2 Accepted 539ms 1.613 MiB
#3 Accepted 189ms 1.535 MiB
#4 Accepted 7ms 1.277 MiB
#5 Accepted 8ms 1.191 MiB
#6 Accepted 19ms 1.297 MiB
#7 Accepted 82ms 1.605 MiB
#8 Accepted 423ms 2.367 MiB
#9 Accepted 730ms 2.883 MiB
#10 Accepted 720ms 2.895 MiB

信息

递交者
类型
递交
题目
P1726 美食节
语言
C++
递交时间
2021-04-17 21:02:30
评测时间
2021-04-17 21:02:30
评测机
分数
100
总耗时
2723ms
峰值内存
2.895 MiB