combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:5:13: error: 'press' was not declared in this scope
5 | #define get press
| ^~~~~
combo.cpp:14:29: note: in expansion of macro 'get'
14 | if (get(string(1,t[j])))
| ^~~
combo.cpp:5:13: error: 'press' was not declared in this scope
5 | #define get press
| ^~~~~
combo.cpp:23:21: note: in expansion of macro 'get'
23 | if (get(t.substr(0,mid)))
| ^~~
combo.cpp:5:13: error: 'press' was not declared in this scope
5 | #define get press
| ^~~~~
combo.cpp:35:23: note: in expansion of macro 'get'
35 | int x=get(q);
| ^~~
combo.cpp:5:13: error: 'press' was not declared in this scope
5 | #define get press
| ^~~~~
combo.cpp:46:21: note: in expansion of macro 'get'
46 | if (get(q)==n) return q;
| ^~~