Accepted

foo.cc:275:5: warning: "/*" within comment [-Wcomment]
  275 | //  /*
      |      
foo.cc: In function 'int main()':
foo.cc:17:12: warning: unused variable 'max' [-Wunused-variable]
   17 |  int i,j,n,max,min,t,flag=0;
      |            ^~~
foo.cc:17:16: warning: unused variable 'min' [-Wunused-variable]
   17 |  int i,j,n,max,min,t,flag=0;
      |                ^~~
foo.cc:17:22: warning: unused variable 'flag' [-Wunused-variable]
   17 |  int i,j,n,max,min,t,flag=0;
      |                      ^~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1181 蛇形矩阵(2)
语言
C++
递交时间
2022-07-15 14:20:19
评测时间
2022-07-15 14:20:19
评测机
分数
100
总耗时
7ms
峰值内存
384.0 KiB