QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#118073#6309. AqreZhaoZiLongCompile Error//C++234.8kb2023-07-03 01:49:002023-07-03 01:49:02

Details

answer.code:2:13: error: expected declaration before ‘}’ token
    2 |             }
      |             ^
answer.code:3:13: error: expected unqualified-id before ‘else’
    3 |             else{
      |             ^~~~
answer.code:128:9: error: expected declaration before ‘}’ token
  128 |         }
      |         ^
answer.code:129:5: error: expected declaration before ‘}’ token
  129 |     }
      |     ^
answer.code:130:5: error: expected unqualified-id before ‘return’
  130 |     return 0;
      |     ^~~~~~
answer.code:131:1: error: expected declaration before ‘}’ token
  131 | }
      | ^