/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:21: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:23:36: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         for (int j=0;j<m;++j) scanf("%d",&h[i][j]);
                               ~~~~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 32ms 2.297 MiB
#2 Accepted 8ms 2.195 MiB
#3 Accepted 11ms 1.672 MiB
#4 Accepted 4ms 1.523 MiB
#5 Accepted 21ms 2.023 MiB
#6 Accepted 4ms 1.539 MiB
#7 Accepted 4ms 1.75 MiB
#8 Accepted 16ms 1.828 MiB
#9 Accepted 7ms 1.797 MiB
#10 Accepted 23ms 2.25 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2021-08-31 17:52:48
评测时间
2021-08-31 17:52:48
评测机
分数
100
总耗时
135ms
峰值内存
2.297 MiB