QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#182277#5580. Branch ManagerMaMengQiCompile Error//C++20638b2023-09-17 16:24:392023-09-17 16:24:40

Details

answer.code: In function ‘int main()’:
answer.code:37:29: error: expected ‘}’ at end of input
   37 |         cout << ans << endl;
      |                             ^
answer.code:21:1: note: to match this ‘{’
   21 | {
      | ^