QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#118073 | #6309. Aqre | ZhaoZiLong | Compile Error | / | / | C++23 | 4.8kb | 2023-07-03 01:49:00 | 2023-07-03 01:49:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:2:13: error: expected declaration before ‘}’ token 2 | } | ^ answer.code:3:13: error: expected unqualified-id before ‘else’ 3 | else{ | ^~~~ answer.code:128:9: error: expected declaration before ‘}’ token 128 | } | ^ answer.code:129:5: error: expected declaration before ‘}’ token 129 | } | ^ answer.code:130:5: error: expected unqualified-id before ‘return’ 130 | return 0; | ^~~~~~ answer.code:131:1: error: expected declaration before ‘}’ token 131 | } | ^