cheerleaders.cpp: In function 'void rec(std::vector<long long int>, long long int)':
cheerleaders.cpp:10:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
10 | for(int i=0;i<h.size();i++)
| ~^~~~~~~~~
cheerleaders.cpp:12:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
12 | for(int j=i+1;j<h.size();j++)
| ~^~~~~~~~~
cheerleaders.cpp:32:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
32 | for(int j=h.size()/2;j<h.size();j++)h1.push_back(h[j]);
| ~^~~~~~~~~
cheerleaders.cpp:33:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
33 | for(int j=0;j<h.size()/2;j++)h1.push_back(h[j]);
| ~^~~~~~~~~~~
cheerleaders.cpp:38:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
38 | for(int j=0;j<h.size();j++)
| ~^~~~~~~~~
cheerleaders.cpp:42:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
42 | for(int j=0;j<h.size();j++)
| ~^~~~~~~~~