QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#227028 | #2553. Bingo | moriko | Compile Error | / | / | C++17 | 949b | 2023-10-26 20:09:07 | 2023-10-26 20:09:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:39:9: error: jump to label ‘out’ 39 | out : | ^~~ answer.code:30:22: note: from here 30 | if (!k) goto out; | ^~~ answer.code:31:13: note: crosses initialization of ‘int c’ 31 | int c = 0; | ^