QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#277428 | #5455. TreeScript | ucup-team2477# | Compile Error | / | / | C++23 | 1.5kb | 2023-12-06 18:51:53 | 2023-12-06 18:51:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:44:49: error: empty character constant 44 | cout << q[i][j] << " \n"'' | ^~ answer.code: In function ‘int32_t main()’: answer.code:44:49: error: expected ‘;’ before '\x0' 44 | cout << q[i][j] << " \n"'' | ^~ | ;