QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#400907#5581. Champernowne CountMaMengQiCompile Error//C++20658b2024-04-27 18:03:472024-04-27 18:03:48

Details

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