Xoractive.cpp: In function 'std::vector<int> guess(int)':
Xoractive.cpp:46:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
46 | for (int j=0;j<a.size();j++) {
| ~^~~~~~~~~
Xoractive.cpp:47:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
47 | while (pos < b.size() && a[j] != b[pos]) {
| ~~~~^~~~~~~~~~
Xoractive.cpp:53:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
53 | for (int j=0;j<bla.size();j++) {
| ~^~~~~~~~~~~
Xoractive.cpp:57:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
57 | for (int j=0;j<c[i].size();j++) {
| ~^~~~~~~~~~~~
Xoractive.cpp:69:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
69 | for (int j=1;j<c[i].size();j++) {
| ~^~~~~~~~~~~~
Xoractive.cpp:80:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
80 | for (int j=1;j<c[i].size();j++) {
| ~^~~~~~~~~~~~