QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#443208#8583. 팰린드롬 판별하기GuanYunchangCompile Error//C++231.4kb2024-06-15 14:46:072024-06-15 14:46:11

Details

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