Compile Error
/in/foo.cc:23:5: error: redefinition of 'int cj [51][6]'
23 | int cj[51][6];
| ^~
/in/foo.cc:3:5: note: 'int cj [51][6]' previously declared here
3 | int cj[51][6];
| ^~
/in/foo.cc:24:5: error: redefinition of 'int main()'
24 | int main()
| ^~~~
/in/foo.cc:4:5: note: 'int main()' previously defined here
4 | int main()
| ^~~~
信息
- 递交者
- 类型
- 递交
- 语言
- C++
- 递交时间
- 2026-07-21 12:34:28
- 评测时间
- 2026-07-21 12:34:28
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes