Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:14:27: error: incompatible types in assignment of 'const int' to 'int [250005]'
14 | dp=min(dp[j],dp[j-v[i]]+w[i]);
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P3018 道具商店202512GESP6级T2
- 语言
- C++
- 递交时间
- 2026-07-23 21:45:25
- 评测时间
- 2026-07-23 21:45:25
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes