Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:8:28: error: array size in new-expression must be constant char *s = new char[m][n]; ^ /in/foo.cc:8:28: error: the value of 'n' is not usable in a constant expression /in/foo.cc:6:11: note: 'int n' is not const int m,n; ^ /in/foo.cc:13:26: error: invalid types 'char[int]' for array subscript cin >> s[i][j]; ^
信息
- 递交者
- 类型
- 递交
- 题目
- 6 营救公主
- 比赛
- 小兰赛 2018/12/2
- 语言
- C++
- 递交时间
- 2018-12-02 11:59:36
- 评测时间
- 2018-12-02 11:59:38
- 评测机
- 分数
- 0
- 总耗时
- 268ms
- 峰值内存
- 29.438 MiB