QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#639965#5419. Trianglesucup-team2540Compile Error//C++203.9kb2024-10-14 00:43:222024-10-14 00:43:23

Details

answer.code: In function ‘bool solve()’:
answer.code:82:5: error: expected ‘,’ or ‘;’ before ‘if’
   82 |     if (n == 9) {
      |     ^~