fish.cpp: In function 'long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)':
fish.cpp:15:32: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
15 | for(long long j = 1; j < haha[i].size(); j++) {
| ~~^~~~~~~~~~~~~~~~
fish.cpp:18:32: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
18 | for(long long j = 1; j < haha[i].size(); j++) {
| ~~^~~~~~~~~~~~~~~~
fish.cpp:28:32: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
28 | for(long long j = 0; j < haha[i].size(); j++) {
| ~~^~~~~~~~~~~~~~~~
fish.cpp:42:32: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
42 | for(long long j = 0; j < haha[i].size(); j++) {
| ~~^~~~~~~~~~~~~~~~
fish.cpp:43:21: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
43 | while(y < haha[i-1].size() && haha[i-1][y].first <= haha[i][j].first) {
| ~~^~~~~~~~~~~~~~~~~~
fish.cpp:52:32: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
52 | for(long long j = 0; j < haha[i].size(); j++) {
| ~~^~~~~~~~~~~~~~~~
fish.cpp:53:21: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
53 | while(y < haha[i-1].size() && haha[i-1][y].first <= haha[i][j].first) {
| ~~^~~~~~~~~~~~~~~~~~
fish.cpp:72:28: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
72 | for(long long i = 0; i < haha[n].size(); i++) {
| ~~^~~~~~~~~~~~~~~~