combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:60:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
60 | if(k == s.size()+2)
| ~~^~~~~~~~~~~~~
combo.cpp:64:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
64 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:68:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
68 | if(k == s.size()+0)
| ~~^~~~~~~~~~~~~
combo.cpp:74:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
74 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:77:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
77 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:89:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
89 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:105:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
105 | if(k == s.size()+2)
| ~~^~~~~~~~~~~~~
combo.cpp:109:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
109 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:113:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
113 | if(k == s.size())
| ~~^~~~~~~~~~~
combo.cpp:119:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
119 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:122:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
122 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:134:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
134 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:150:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
150 | if(k == s.size()+2)
| ~~^~~~~~~~~~~~~
combo.cpp:154:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
154 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:158:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
158 | if(k == s.size())
| ~~^~~~~~~~~~~
combo.cpp:164:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
164 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:167:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
167 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:179:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
179 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:195:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
195 | if(k == s.size()+2)
| ~~^~~~~~~~~~~~~
combo.cpp:199:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
199 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:203:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
203 | if(k == s.size())
| ~~^~~~~~~~~~~
combo.cpp:209:8: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
209 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:212:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
212 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~
combo.cpp:224:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
224 | if(k == s.size()+1)
| ~~^~~~~~~~~~~~~