/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:25:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:26:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  ufor(i,1,n) ufor(j,1,m) scanf("%d",&a[i][j]);
                          ~~~~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 35ms 3.453 MiB
#2 Accepted 8ms 2.391 MiB
#3 Accepted 11ms 1.488 MiB
#4 Accepted 3ms 780.0 KiB
#5 Accepted 22ms 2.48 MiB
#6 Accepted 4ms 804.0 KiB
#7 Accepted 4ms 1.266 MiB
#8 Accepted 16ms 1.789 MiB
#9 Accepted 7ms 1.406 MiB
#10 Accepted 25ms 3.438 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2021-11-04 20:01:10
评测时间
2021-11-04 20:01:10
评测机
分数
100
总耗时
140ms
峰值内存
3.453 MiB