QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#57854#2920. Ultimate Binary WatchMaMengQiCompile Error//C++11581b2022-10-23 12:23:382022-10-23 12:23:40

Details

answer.code: In function ‘void Calc()’:
answer.code:17:21: error: expected ‘;’ before ‘}’ token
   17 |         cout << '\n'
      |                     ^
      |                     ;
   18 |     }
      |     ~