QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#227028#2553. BingomorikoCompile Error//C++17949b2023-10-26 20:09:072023-10-26 20:09:07

详细

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;
      |             ^