QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#442762#8583. 팰린드롬 판별하기HuangHanShengCompile Error//C++202.0kb2024-06-15 13:26:552024-06-15 13:26:56

Details

answer.code: In function ‘int guess_palindromicity(int)’:
answer.code:62:11: error: ‘count_pair’ was not declared in this scope
   62 |         x=count_pair(i,n-i-1,c);
      |           ^~~~~~~~~~
answer.code:68:11: error: ‘count_pair’ was not declared in this scope
   68 |         x=count_pair(c,c+1,0);
      |           ^~~~~~~~~~
answer.code:72:7: error: ‘find_character’ was not declared in this scope
   72 |     x=find_character(c,v);
      |       ^~~~~~~~~~~~~~
answer.code:75:7: error: ‘count_pair’ was not declared in this scope
   75 |     x=count_pair(v[0],c,c+1);
      |       ^~~~~~~~~~