bitaro.cpp: In function 'void solve()':
bitaro.cpp:54:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
54 | for ( j = 0; j < kop.size(); j++)
| ~~^~~~~~~~~~~~
bitaro.cpp:60:24: warning: comparison of integer expressions of different signedness: 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
60 | while (has[i].size() > sq)
| ~~~~~~~~~~~~~~^~~~
bitaro.cpp:64:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
64 | for ( j = 0; j < v[i].size(); j++)
| ~~^~~~~~~~~~~~~
bitaro.cpp:66:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
66 | for (int h = 0; h < has[i].size(); h++)
| ~~^~~~~~~~~~~~~~~
bitaro.cpp:92:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
92 | for (int h = 0; h < v[j].size(); h++)
| ~~^~~~~~~~~~~~~
bitaro.cpp:102:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
102 | for (j = 0; j < has[x].size(); j++)
| ~~^~~~~~~~~~~~~~~
bitaro.cpp:114:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
114 | for ( j = 0; j < nsh.size(); j++)
| ~~^~~~~~~~~~~~
bitaro.cpp:41:24: warning: unused variable 'a' [-Wunused-variable]
41 | int n, i, j, m, x, y, a, b, c, q;
| ^
bitaro.cpp:41:27: warning: unused variable 'b' [-Wunused-variable]
41 | int n, i, j, m, x, y, a, b, c, q;
| ^