记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:17: error: array size in new-expression must be constant
  a=new char[n][m];
                 ^
/in/foo.cc:7:17: error: the value of 'm' is not usable in a constant expression
/in/foo.cc:5:7: note: 'char m' is not const
  char m,n,*a;
       ^
/in/foo.cc:10:15: error: invalid types 'char[int]' for array subscript
    cin>>a[i][j];
               ^

信息

递交者
类型
自测
题目
偷拍硕哥3
语言
C++
递交时间
2018-12-09 09:40:44
评测时间
2018-12-09 09:40:51
评测机
分数
0
总耗时
279ms
峰值内存
29.316 MiB