QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#442663#8583. 팰린드롬 판별하기ZhaoZiLongCompile Error//C++201.0kb2024-06-15 13:13:182024-06-15 13:13:20

Details

answer.code: In function ‘int guess_palindromicity(int)’:
answer.code:8:21: error: ‘count_pair’ was not declared in this scope
    8 |             int x = count_pair(i,n - 1 - i,n/2 - 1);
      |                     ^~~~~~~~~~
answer.code:14:12: error: ‘find_character’ was not declared in this scope
   14 |         if(find_character(n/2 - 1,v)) {
      |            ^~~~~~~~~~~~~~
answer.code:17:17: error: ‘count_pair’ was not declared in this scope
   17 |         int x = count_pair(n/2 - 2,n/2 - 1,n/2 + 1);
      |                 ^~~~~~~~~~
answer.code:30:21: error: ‘count_pair’ was not declared in this scope
   30 |             int x = count_pair(i,n - 1 - i,n/2);
      |                     ^~~~~~~~~~
answer.code:36:12: error: ‘find_character’ was not declared in this scope
   36 |         if(find_character(n/2,v)) {
      |            ^~~~~~~~~~~~~~