hottercolder.cpp: In function 'long long int HC(long long int)':
hottercolder.cpp:11:5: error: 'Guess' was not declared in this scope
11 | Guess(l);
| ^~~~~
hottercolder.cpp:15:25: error: 'mid' was not declared in this scope
15 | if(x==-1) r=mid;
| ^~~
hottercolder.cpp:16:20: error: 'mid' was not declared in this scope
16 | else l=mid;
| ^~~
hottercolder.cpp:19:25: error: 'mid' was not declared in this scope
19 | if(x==-1) l=mid;
| ^~~
hottercolder.cpp:20:20: error: 'mid' was not declared in this scope
20 | else r=mid;
| ^~~
hottercolder.cpp:22:14: error: 'mid' was not declared in this scope
22 | last=mid;
| ^~~