记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:19:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &n);
     ~~~~~^~~~~~~~~~
foo.cc:20:68: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     for (int i = 1; i <= n; i++) for (int j = 1; j <= n; j++) scanf("%d", &a[i][j]);
                                                               ~~~~~^~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 6ms 4.258 MiB
#2 Accepted 6ms 4.266 MiB
#3 Accepted 6ms 4.266 MiB
#4 Accepted 9ms 4.664 MiB
#5 Accepted 9ms 4.738 MiB
#6 Accepted 15ms 5.043 MiB
#7 Accepted 52ms 5.859 MiB
#8 Accepted 160ms 8.191 MiB
#9 Accepted 171ms 7.41 MiB
#10 Accepted 6ms 4.234 MiB

信息

递交者
类型
递交
题目
P1010 山峰和山谷
语言
C++
递交时间
2021-04-01 23:08:03
评测时间
2021-04-01 23:08:03
评测机
分数
100
总耗时
443ms
峰值内存
8.191 MiB