/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:21:14: warning: unused variable 'x' [-Wunused-variable]
   21 |  int r,c,i,j,x,y;
      |              ^
foo.cc:21:16: warning: unused variable 'y' [-Wunused-variable]
   21 |  int r,c,i,j,x,y;
      |                ^
foo.cc:22:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   22 |  scanf("%d%d",&r,&c);
      |  ~~~~~^~~~~~~~~~~~~~
foo.cc:26:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   26 |    scanf("%d",&a[i][j]);
      |    ~~~~~^~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 77ms 2.117 MiB
#2 Accepted 19ms 2.125 MiB
#3 Accepted 31ms 1.492 MiB
#4 Accepted 10ms 1.375 MiB
#5 Accepted 48ms 1.867 MiB
#6 Accepted 9ms 1.375 MiB
#7 Accepted 8ms 1.625 MiB
#8 Accepted 45ms 1.617 MiB
#9 Accepted 17ms 1.625 MiB
#10 Accepted 53ms 2.117 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2021-12-08 13:41:10
评测时间
2021-12-08 13:41:10
评测机
分数
100
总耗时
321ms
峰值内存
2.125 MiB