Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:31:19: warning: array subscript 2025 is above array bounds of 'int [2025]' [-Warray-bounds] 31 | cout<<dp[2025]<<endl; | ^ /in/foo.cc:8:21: note: while referencing 'dp' 8 | int l[maxn],r[maxn],dp[2025]; | ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1017 划分
- 语言
- C++
- 递交时间
- 2025-06-28 11:03:51
- 评测时间
- 2025-06-28 11:03:51
- 评测机
- 分数
- 0
- 总耗时
- 10ms
- 峰值内存
- 536.0 KiB