QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45638#4565. Rarest InsectsGuanYunchangCompile Error//C++175.5kb2022-08-24 13:49:052022-08-24 13:49:08

Details

answer.code: In function ‘int min_cardinality(int)’:
answer.code:156:17: error: ‘move_inside’ was not declared in this scope
  156 |                 move_inside(i);
      |                 ^~~~~~~~~~~
answer.code:157:23: error: ‘press_button’ was not declared in this scope
  157 |                 res = press_button();
      |                       ^~~~~~~~~~~~
answer.code:159:25: error: ‘move_outside’ was not declared in this scope
  159 |                         move_outside(i);
      |                         ^~~~~~~~~~~~
answer.code:166:21: error: ‘move_outside’ was not declared in this scope
  166 |         for(int i:v)move_outside(i);
      |                     ^~~~~~~~~~~~
answer.code:173:25: error: ‘move_inside’ was not declared in this scope
  173 |                         move_inside(i);
      |                         ^~~~~~~~~~~
answer.code:174:34: error: ‘press_button’ was not declared in this scope
  174 |                         val[i] = press_button();
      |                                  ^~~~~~~~~~~~
answer.code:176:33: error: ‘move_outside’ was not declared in this scope
  176 |                                 move_outside(i);
      |                                 ^~~~~~~~~~~~
answer.code:186:37: error: ‘move_outside’ was not declared in this scope
  186 |                 For(i,0,n)if(ada[i])move_outside(i), ada[i] = 0;
      |                                     ^~~~~~~~~~~~