insects.cpp: In function 'int clear()':
insects.cpp:16:5: error: 'move_outside' was not declared in this scope
16 | move_outside(c);
| ^~~~~~~~~~~~
insects.cpp: In function 'int maxL()':
insects.cpp:29:5: error: 'move_inside' was not declared in this scope
29 | move_inside(i);
| ^~~~~~~~~~~
insects.cpp:30:11: error: 'press_button' was not declared in this scope
30 | pbv = press_button();
| ^~~~~~~~~~~~
insects.cpp:42:5: error: 'move_outside' was not declared in this scope
42 | move_outside(i);
| ^~~~~~~~~~~~
insects.cpp:43:11: error: 'press_button' was not declared in this scope
43 | pbv = press_button();
| ^~~~~~~~~~~~
insects.cpp:48:7: error: 'move_inside' was not declared in this scope
48 | move_inside(i);
| ^~~~~~~~~~~
insects.cpp: In function 'int minL()':
insects.cpp:62:5: error: 'move_inside' was not declared in this scope
62 | move_inside(i);
| ^~~~~~~~~~~
insects.cpp:63:11: error: 'press_button' was not declared in this scope
63 | pbv = press_button();
| ^~~~~~~~~~~~
insects.cpp:65:7: error: 'move_outside' was not declared in this scope
65 | move_outside(i);
| ^~~~~~~~~~~~