QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#602466 | #9426. Relearn through Review | 3un_larryfunc | Compile Error | / | / | C++20 | 2.6kb | 2024-10-01 01:39:44 | 2024-10-01 01:39:48 |
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:108:2: error: expected primary-expression before ‘/’ token 108 | */ | ^ answer.code:108:3: error: expected primary-expression at end of input 108 | */ | ^ answer.code:108:3: error: expected ‘}’ at end of input answer.code:91:12: note: to match this ‘{’ 91 | int main() { | ^