QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#101015#2928. Espresso!ZhangYiDeCompile Error//C++17619b2023-04-28 23:44:172023-04-28 23:44:20

Details

answer.code:28:14: warning: missing terminating ' character
   28 |     cout<<cnt';
      |              ^
answer.code:28:14: error: missing terminating ' character
   28 |     cout<<cnt';
      |              ^~
answer.code: In function ‘int main()’:
answer.code:28:14: error: expected ‘;’ before ‘}’ token
   28 |     cout<<cnt';
      |              ^
      |              ;
   29 | }
      | ~