QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#424177#3476. 3D Printed StatuesZhangYiDeCompile Error//C++11238b2024-05-29 00:42:402024-05-29 00:42:41

Details

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