Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:7:8: error: 'i' was not declared in this scope int a[i][j]; ^ /in/foo.cc:7:11: error: 'j' was not declared in this scope int a[i][j]; ^ /in/foo.cc:9:18: error: expected ';' before ')' token for (i=0;i<n,i++) ^ /in/foo.cc:11:19: error: expected ';' before ')' token for (j=0;j<n,j++) ^ /in/foo.cc:13:9: error: 'a' was not declared in this scope cin>>a[i][j]; ^
信息
- 递交者
- 类型
- 自测
- 语言
- C++
- 递交时间
- 2021-09-24 21:41:27
- 评测时间
- 2021-09-24 21:41:27
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes