QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#442966#8583. 팰린드롬 판별하기HuangHanShengCompile Error//C++201.6kb2024-06-15 13:57:152024-06-15 13:57:15

Details

answer.code: In function ‘int guess_palindromicity(int)’:
answer.code:31:15: error: ‘count_pair’ was not declared in this scope
   31 |         int t=count_pair(i,a,b);
      |               ^~~~~~~~~~
answer.code:54:8: error: ‘find_character’ was not declared in this scope
   54 |     if(find_character(a,{b})){
      |        ^~~~~~~~~~~~~~
answer.code:63:16: error: ‘count_pair’ was not declared in this scope
   63 |             c=(count_pair(i,N-i-1,a)>0);
      |                ^~~~~~~~~~
answer.code:68:16: error: ‘count_pair’ was not declared in this scope
   68 |             c=(count_pair(i,N-i-1,b)>0);
      |                ^~~~~~~~~~