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; | ^~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1942 矩阵鞍点2
- 语言
- C++
- 递交时间
- 2024-05-19 15:27:54
- 评测时间
- 2024-05-19 15:27:54
- 评测机
- 分数
- 0
- 总耗时
- 7ms
- 峰值内存
- 656.0 KiB