QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^