QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45526#4565. Rarest InsectsGuanYunchangCompile Error//C++14572b2022-08-24 12:19:022022-08-24 12:19:03

Details

implementer.cpp:8:8: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’
    8 | static inline constexpr int kMaxQueries = 40000;
      |        ^~~~~~
answer.code: In function ‘int min_cardinality(int)’:
answer.code:12:17: error: ‘move_inside’ was not declared in this scope
   12 |                 move_inside(i);
      |                 ^~~~~~~~~~~
answer.code:17:36: error: ‘press_button’ was not declared in this scope
   17 |                         int temp = press_button();
      |                                    ^~~~~~~~~~~~
answer.code:22:25: error: ‘move_outside’ was not declared in this scope
   22 |                         move_outside(j);
      |                         ^~~~~~~~~~~~
answer.code:26:17: error: ‘move_outside’ was not declared in this scope
   26 |                 move_outside(i);
      |                 ^~~~~~~~~~~~