hottercolder.cpp:2:2: error: stray '#' in program
2 | /#include "grader.h"
| ^
hottercolder.cpp:2:1: error: expected unqualified-id before '/' token
2 | /#include "grader.h"
| ^
hottercolder.cpp: In function 'int HC(int)':
hottercolder.cpp:16:5: error: 'Guess' was not declared in this scope
16 | Guess(M-1);
| ^~~~~
hottercolder.cpp:23:5: error: 'Guess' was not declared in this scope
23 | Guess(L+1);
| ^~~~~
hottercolder.cpp:29:5: error: 'Guess' was not declared in this scope
29 | Guess(R-1);
| ^~~~~
hottercolder.cpp:34:4: error: 'Guess' was not declared in this scope
34 | Guess(L);
| ^~~~~
hottercolder.cpp:39:1: warning: control reaches end of non-void function [-Wreturn-type]
39 | }
| ^