insects.cpp: In function 'int min_cardinality(int)':
insects.cpp:10:9: error: 'move_inside' was not declared in this scope
10 | move_inside(i);
| ^~~~~~~~~~~
insects.cpp:11:13: error: 'press_button' was not declared in this scope
11 | if (press_button() > 1)
| ^~~~~~~~~~~~
insects.cpp:13:13: error: 'move_outside' was not declared in this scope
13 | move_outside(i);
| ^~~~~~~~~~~~
insects.cpp:29:13: error: 'move_inside' was not declared in this scope
29 | move_inside(i);
| ^~~~~~~~~~~
insects.cpp:30:17: error: 'press_button' was not declared in this scope
30 | if (press_button() > m)
| ^~~~~~~~~~~~
insects.cpp:32:17: error: 'move_outside' was not declared in this scope
32 | move_outside(i);
| ^~~~~~~~~~~~
insects.cpp:49:17: error: 'move_outside' was not declared in this scope
49 | move_outside(i);
| ^~~~~~~~~~~~