QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#355284 | #8217. King's Dinner | ucup-team2008# | Compile Error | / | / | C++20 | 1.8kb | 2024-03-16 15:15:36 | 2024-03-16 15:15:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:42:17: error: expected unqualified-id before ‘else’ 42 | else{ | ^~~~ answer.code:75:9: error: expected declaration before ‘}’ token 75 | } | ^ answer.code:76:1: error: expected declaration before ‘}’ token 76 | } | ^