bitaro.cpp: In function 'void solve()':
bitaro.cpp:45: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]
45 | while (has[i].size() > sq)
| ~~~~~~~~~~~~~~^~~~
bitaro.cpp:49:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
49 | for ( j = 0; j < v[i].size(); j++)
| ~~^~~~~~~~~~~~~
bitaro.cpp:51: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]
51 | for (int h = 0; h < has[i].size(); h++)
| ~~^~~~~~~~~~~~~~~
bitaro.cpp:77:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
77 | for (int h = 0; h < v[j].size(); h++)
| ~~^~~~~~~~~~~~~
bitaro.cpp:87: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]
87 | for (j = 0; j < has[x].size(); j++)
| ~~^~~~~~~~~~~~~~~
bitaro.cpp:99:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
99 | for ( j = 0; j < nsh.size(); j++)
| ~~^~~~~~~~~~~~
bitaro.cpp:34:24: warning: unused variable 'a' [-Wunused-variable]
34 | int n, i, j, m, x, y, a, b, c, q;
| ^
bitaro.cpp:34:27: warning: unused variable 'b' [-Wunused-variable]
34 | int n, i, j, m, x, y, a, b, c, q;
| ^