combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:31:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
31 | for(int j=0;j<vt.size()-1; j++) {
| ~^~~~~~~~~~~~
combo.cpp:9:6: warning: unused variable 'tmp' [-Wunused-variable]
9 | int tmp = 3;
| ^~~
combo.cpp:19:2: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized]
19 | if(val == 0) {
| ^~
combo.cpp:26:3: warning: 'Not' may be used uninitialized in this function [-Wmaybe-uninitialized]
26 | if(i == Not) continue;
| ^~