combo.cpp:1:6: error: 'string' in namespace 'std' does not name a type
1 | std::string press(std::string p);
| ^~~~~~
combo.cpp:1:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
+++ |+#include <string>
1 | std::string press(std::string p);
combo.cpp:3:6: error: 'string' in namespace 'std' does not name a type
3 | std::string guess_sequence(int N) {
| ^~~~~~
combo.cpp:3:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
3 | std::string guess_sequence(int N) {
| ^~~