combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:12:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
12 | for (int trie = 0; trie < gue.size()-1; trie++) {
| ~~~~~^~~~~~~~~~~~~~
combo.cpp:16:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
16 | if (cnt > s.size()) {
| ~~~~^~~~~~~~~~