QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#65367 | #5070. Check Pattern is Bad | flower | Compile Error | / | / | C++20 | 2.0kb | 2022-11-29 22:46:58 | 2022-11-29 22:47:01 |
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:53:25: error: continue statement not within a loop 53 | continue; | ^~~~~~~~ answer.code: At global scope: answer.code:80:9: error: expected unqualified-id before ‘return’ 80 | return 0; | ^~~~~~ answer.code:81:1: error: expected declaration before ‘}’ token 81 | } | ^