QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#443208#8583. 팰린드롬 판별하기GuanYunchangCompile Error//C++231.4kb2024-06-15 14:46:072024-06-15 14:46:11

詳細信息

answer.code: In function ‘int guess_palindromicity(int)’:
answer.code:34:17: error: expected ‘,’ or ‘;’ before ‘if’
   34 |                 if (a == 0) {
      |                 ^~