QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#330948#8055. Balanceucup-team171Compile Error//C++206.9kb2024-02-17 21:15:462024-02-17 21:15:47

Details

answer.code: In function ‘int main()’:
answer.code:339:46: error: expected ‘;’ before ‘}’ token
  339 |                                 SV[i].clear()
      |                                              ^
      |                                              ;
  340 |                         }
      |                         ~