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