QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#733743#5420. InscryptionZhaoZiLongCompile Error//C++23869b2024-11-10 20:48:152024-11-10 20:48:17

Details

answer.code: In function ‘void solve()’:
answer.code:16:29: error: expected ‘;’ before ‘}’ token
   16 |          if (sum < 0) ok = 0
      |                             ^
      |                             ;
   17 |      }
      |      ~