QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45513#4565. Rarest InsectsZhaoZiLongCompile Error//C++11547b2022-08-24 12:08:422022-08-24 12:08:44

詳細信息

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:18:25: error: ‘move_inside’ was not declared in this scope
   18 |                         move_inside(i);
      |                         ^~~~~~~~~~~
answer.code:20:41: error: ‘press_button’ was not declared in this scope
   20 |                                 int x = press_button();
      |                                         ^~~~~~~~~~~~
answer.code:26:41: error: ‘move_outside’ was not declared in this scope
   26 |                                         move_outside(i);
      |                                         ^~~~~~~~~~~~