QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#464446 | #6303. Inversion | egypt_ioi2024b_05 | Compile Error | / | / | C++20 | 2.3kb | 2024-07-06 06:41:35 | 2024-07-06 06:41:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:89:32: error: expected primary-expression before ‘]’ token 89 | v[i+1][j+1] = (ans[]); | ^