/ OPS /

记录详情

Wrong Answer

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

信息

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