mountain.cpp: In function 'void Rescue(int, int, int, int, int)':
mountain.cpp:14:30: error: 'Measure' was not declared in this scope
14 | s = Measure(x, y);
| ^~~~~~~
mountain.cpp:18:41: error: 'Pinpoint' was not declared in this scope
18 | Pinpoint(x, y);
| ^~~~~~~~
mountain.cpp:29:30: error: 'Measure' was not declared in this scope
29 | s = Measure(x, y);
| ^~~~~~~
mountain.cpp:33:41: error: 'Pinpoint' was not declared in this scope
33 | Pinpoint(x, y);
| ^~~~~~~~
mountain.cpp:44:30: error: 'Measure' was not declared in this scope
44 | s = Measure(x, y);
| ^~~~~~~
mountain.cpp:48:41: error: 'Pinpoint' was not declared in this scope
48 | Pinpoint(x, y);
| ^~~~~~~~
mountain.cpp:59:30: error: 'Measure' was not declared in this scope
59 | s = Measure(x, y);
| ^~~~~~~
mountain.cpp:63:41: error: 'Pinpoint' was not declared in this scope
63 | Pinpoint(x, y);
| ^~~~~~~~