/ WHOJ /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14:9: warning: unused variable 'sum' [-Wunused-variable]
   14 |     int sum=0;
      |         ^~~
foo.cc:8:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    8 |     scanf("%d%d",&n,&m);
      |     ~~~~~^~~~~~~~~~~~~~
foo.cc:13:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   13 |             scanf("%d",&a[i][j]);
      |             ~~~~~^~~~~~~~~~~~~~~
正在同步测试数据,请稍后
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 10ms 4.375 MiB
#2 Accepted 8ms 4.375 MiB
#3 Accepted 5ms 4.375 MiB
#4 Accepted 9ms 4.375 MiB
#5 Accepted 16ms 4.375 MiB
#6 Accepted 24ms 4.375 MiB
#7 Accepted 36ms 4.375 MiB
#8 Accepted 79ms 4.375 MiB
#9 Accepted 4ms 4.375 MiB
#10 Accepted 121ms 4.375 MiB

信息

递交者
类型
递交
题目
P1021 捡金子
题目数据
下载
语言
C++
递交时间
2022-01-28 18:47:43
评测时间
2022-01-28 18:47:43
评测机
分数
100
总耗时
316ms
峰值内存
4.375 MiB