Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:141:27: warning: array subscript 100010 is above array bounds of 'edgenode* [100010]' [-Warray-bounds] 141 | *link[maxN] = { 0 }; | ~~~~~~~~~^ /in/foo.cc:40:29: note: while referencing 'link' 40 | }edge[maxM], * pe = edge, * link[maxN], * pre[maxN], * cur[maxN]; | ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1590 笨笨的洪水堵截
- 语言
- C++
- 递交时间
- 2025-05-30 21:04:14
- 评测时间
- 2025-05-30 21:04:14
- 评测机
- 分数
- 0
- 总耗时
- 25ms
- 峰值内存
- 576.0 KiB