QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#326894 | #6715. Масив i ще кiлька масивiв | HuangHanSheng | Compile Error | / | / | C++23 | 628b | 2024-02-14 13:25:49 | 2024-02-14 13:26:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:13:28: error: ‘m’ was not declared in this scope 13 | for(int j = 1; j < m; ++j) { | ^ answer.code:14:22: error: ‘i’ was not declared in this scope 14 | if(a[i][j] == a[i][j-1]) { | ^