Compile Error
/in/foo.cc: In function 'int dp(int, int)': /in/foo.cc:35:30: error: 'sum' was not declared in this scope if(dp(x,k)+dp(k+1,y)+sum[x][y]<=minv) { ^~~ /in/foo.cc: In function 'int main()': /in/foo.cc:72:8: error: 'DP' was not declared in this scope DP(); ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1038 添加括号
- 语言
- C++
- 递交时间
- 2020-01-19 13:49:30
- 评测时间
- 2020-01-19 13:49:30
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes