QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#405838#6749. TargetZhaoZiLongCompile Error//C++20736b2024-05-06 14:32:272024-05-06 14:32:29

Details

answer.code: In function ‘int main()’:
answer.code:48:19: error: expected ‘;’ before ‘}’ token
   48 |         cout << op
      |                   ^
      |                   ;
   49 |     }
      |     ~