QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#486105 | #6743. water235 | ZhangYiDe | Compile Error | / | / | C++17 | 597b | 2024-07-21 16:19:19 | 2024-07-21 16:19:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:5:1: error: ‘Vector’ does not name a type 5 | Vector <int> a[1000007]; | ^~~~~~ answer.code: In function ‘int32_t main()’: answer.code:11:1: error: ‘a’ was not declared in this scope 11 | a[i].push_back(0); | ^ answer.code:17:10: error: ‘a’ was not declared in this scope 17 | res+= 1- a[i][1]; | ^ answer.code:25:10: error: ‘a’ was not declared in this scope 25 | res+= 1- a[i][1]; | ^ answer.code:33:10: error: ‘a’ was not declared in this scope 33 | res+= 1- a[1][i]; | ^ answer.code:41:10: error: ‘a’ was not declared in this scope 41 | res+= 1- a[1][i]; | ^ answer.code:48:32: error: ‘a’ was not declared in this scope 48 | for (int j=1;j<=m;j++) cout << a[i][j] << " "; | ^