QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#389191#4954. Eliminating BallonsZhaoZiLongCompile Error//C++17765b2024-04-14 05:07:552024-04-14 05:07:56

Details

answer.code: In function ‘int main()’:
answer.code:32:14: error: expected ‘}’ at end of input
   32 |     return 0;
      |              ^
answer.code:5:11: note: to match this ‘{’
    5 | int main(){
      |           ^