QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]) { | ^