combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:23:9: error: 'string' was not declared in this scope
23 | string s = ans + temp[0] + temp[1] + ans+ temp[0] + temp[2] + ans + temp[0] + temp[0] + ans + temp[1];
| ^~~~~~
combo.cpp:23:9: note: suggested alternatives:
In file included from /usr/include/c++/13/string:41,
from combo.h:3,
from combo.cpp:1:
/usr/include/c++/13/bits/stringfwd.h:77:33: note: 'std::string'
77 | typedef basic_string<char> string;
| ^~~~~~
/usr/include/c++/13/string:66:11: note: 'std::pmr::string'
66 | using string = basic_string<char>;
| ^~~~~~
combo.cpp:24:22: error: 's' was not declared in this scope
24 | coin = press(s);
| ^