Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:18: warning: array subscript -1 is outside array bounds of 'char [8388608]' [-Warray-bounds]
10 | Stk[0] = Buf - 1;
| ~~~~^~~
/in/foo.cc:2:6: note: at offset -1 into object 'Buf' of size 8388608
2 | char Buf[1 << 23], *cBuf = Buf;
| ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1572 小委出发
- 语言
- C++
- 递交时间
- 2026-07-23 21:37:45
- 评测时间
- 2026-07-23 21:37:45
- 评测机
- 分数
- 100
- 总耗时
- 23ms
- 峰值内存
- 2.328 MiB