QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#443535#8583. 팰린드롬 판별하기GuanYunchangCompile Error//C++232.9kb2024-06-15 15:51:022024-06-15 15:51:03

Details

answer.code: In function ‘int guess_palindromicity(int)’:
answer.code:69:40: error: expected ‘;’ before ‘if’
   69 |         c = count_pair(n - 1, n - 2, 1)
      |                                        ^
      |                                        ;
   70 |         if (c == 3) {
      |         ~~