QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#443813#8583. 팰린드롬 판별하기ZhangYiDeCompile Error//C++233.1kb2024-06-15 16:34:562024-06-15 16:34:56

Details

answer.code: In function ‘int guess_palindromicity(int)’:
answer.code:66:44: error: expected ‘;’ before ‘if’
   66 |         b = count_pair(n - 1, n - 2, n - 3)
      |                                            ^
      |                                            ;
   67 |         if (ok == 0) {
      |         ~~