combo.cpp: In function 'std::string guess_sequence(long long int)':
combo.cpp:30:13: error: 'press' was not declared in this scope
30 | if (press(ans + "A"))
| ^~~~~
combo.cpp:32:13: error: 'press' was not declared in this scope
32 | if (press(ans + "B"))
| ^~~~~
combo.cpp:34:13: error: 'press' was not declared in this scope
34 | if (press(ans + "X"))
| ^~~~~
combo.cpp:36:13: error: 'press' was not declared in this scope
36 | if (press(ans + "Y"))
| ^~~~~
combo.cpp:39:1: warning: no return statement in function returning non-void [-Wreturn-type]
39 | }
| ^