QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#443813#8583. 팰린드롬 판별하기ZhangYiDeCompile Error//C++233.1kb2024-06-15 16:34:562024-06-15 16:34:56

详细

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) {
      |         ~~