QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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 | } | ^