/ OPS /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:23: warning: variable 'indexmax' set but not used [-Wunused-but-set-variable]
   17 |    int max = a[i][1], indexmax = 1;
      |                       ^~~~~~~~
/in/foo.cc:29:23: warning: variable 'indexmin' set but not used [-Wunused-but-set-variable]
   29 |    int min = a[1][j], indexmin = 1;
      |                       ^~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 5ms 608.0 KiB

信息

递交者
类型
递交
题目
P1942 矩阵鞍点2
语言
C++
递交时间
2024-05-19 15:16:47
评测时间
2024-05-19 15:16:47
评测机
分数
0
总耗时
5ms
峰值内存
608.0 KiB