mountain.cpp:14:15: warning: overflow in conversion from 'double' to 'int' changes value from '3.0e+18' to '2147483647' [-Woverflow]
14 | const ll base=3e18;
| ^~~~
mountain.cpp: In function 'int ask(int, int)':
mountain.cpp:19:12: error: 'Measure' was not declared in this scope
19 | return Measure(x,y);
| ^~~~~~~
mountain.cpp: In function 'void Rescue(int, int, int, int, int)':
mountain.cpp:48:17: error: 'Pinpoint' was not declared in this scope
48 | Pinpoint(i,l);
| ^~~~~~~~
mountain.cpp:67:17: error: 'Pinpoint' was not declared in this scope
67 | Pinpoint(i,h);
| ^~~~~~~~
mountain.cpp:29:8: warning: unused variable 't' [-Wunused-variable]
29 | ll t=0;
| ^