QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#442637#8583. 팰린드롬 판별하기ZhaoZiLongCompile Error//C++20693b2024-06-15 13:07:222024-06-15 13:07:23

Details

answer.code: In function ‘int guess_palindromicity(int)’:
answer.code:35:15: error: ‘find_character’ was not declared in this scope
   35 |         if ( !find_character(i, {j}) ){
      |               ^~~~~~~~~~~~~~