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:34:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
34 | for(int j=h.size()/2;j<h.size();++j)h1.push_back(h[j]);
| ~^~~~~~~~~
cheerleaders.cpp:35:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
35 | for(int j=0;j<h.size()/2;++j)h1.push_back(h[j]);
| ~^~~~~~~~~~~
cheerleaders.cpp:41:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
41 | for(int j=0;j<h.size();++j)
| ~^~~~~~~~~
cheerleaders.cpp:45:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
45 | for(int j=0;j<h.size();++j)
| ~^~~~~~~~~