Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:20:23: warning: array subscript 1000 is above array bounds of 'char [1000]' [-Warray-bounds] 20 | inputLine[1000]= {}; | ~~~~~~~~~~~~~~^ /in/foo.cc:7:10: note: while referencing 'inputLine' 7 | char inputLine[1000]; | ^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 比赛
- 2024_2025(1)C0023实验5+李强老师班级
- 语言
- C++
- 递交时间
- 2024-11-21 21:56:00
- 评测时间
- 2024-11-21 21:56:00
- 评测机
- 分数
- 10
- 总耗时
- 8ms
- 峰值内存
- 336.0 KiB