QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#65367#5070. Check Pattern is BadflowerCompile Error//C++202.0kb2022-11-29 22:46:582022-11-29 22:47:01

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