Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:30:50: error: expected ']' before ';' token ans[c[i][c[i][p]] = ans[c[i][c[i][p]] + t[i][p]; ^ /in/foo.cc:30:50: error: invalid types 'int[int]' for array subscript /in/foo.cc:30:50: error: expected ']' before ';' token /in/foo.cc:33:11: error: invalid types 'int[int]' for array subscript if(ans[i] > ma) ma = ans[i]; ^ /in/foo.cc:33:29: error: invalid types 'int[int]' for array subscript if(ans[i] > ma) ma = ans[i]; ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1314 作业调度方案
- 语言
- C++
- 递交时间
- 2021-05-04 16:45:03
- 评测时间
- 2021-05-04 16:45:03
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes