mountain.cpp: In function 'void Rescue(int, int, int, int, int)':
mountain.cpp:7:11: error: 'Measure' was not declared in this scope
int t = Measure(x, y);
^~~~~~~
mountain.cpp:14:11: error: 'Measure' was not declared in this scope
int t = Measure(x, y);
^~~~~~~
mountain.cpp:22:11: error: 'Measure' was not declared in this scope
int t = Measure(x, y);
^~~~~~~
mountain.cpp:29:11: error: 'Measure' was not declared in this scope
int t = Measure(x, y);
^~~~~~~
mountain.cpp:34:2: error: 'Pinpoint' was not declared in this scope
Pinpoint(ax, ay);
^~~~~~~~
mountain.cpp:2:6: warning: unused variable 'i' [-Wunused-variable]
int i, j, k;
^
mountain.cpp:2:9: warning: unused variable 'j' [-Wunused-variable]
int i, j, k;
^
mountain.cpp:2:12: warning: unused variable 'k' [-Wunused-variable]
int i, j, k;
^