fish.cpp: In function 'long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)':
fish.cpp:38:21: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
38 | for(ll j=0;j<myy[i].size();j++)
| ~^~~~~~~~~~~~~~
fish.cpp:42:25: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
42 | for(ll k=0;k<myy[i-1].size();k++)
| ~^~~~~~~~~~~~~~~~
fish.cpp:52:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
52 | for(int j=0;j<myy[i].size();j++)
| ~^~~~~~~~~~~~~~
fish.cpp:58:25: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
58 | for(ll k=0;k<myy[i-1].size();k++)
| ~^~~~~~~~~~~~~~~~
fish.cpp:64:25: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
64 | for(ll k=0;k<myy[i-1].size();k++)
| ~^~~~~~~~~~~~~~~~
fish.cpp:81:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
81 | for(int j=0;j<myy[i].size();j++)
| ~^~~~~~~~~~~~~~
fish.cpp:91:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
91 | for(int k=0;k<myy[i-1].size();k++)
| ~^~~~~~~~~~~~~~~~
fish.cpp:96:26: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
96 | while(poz<myy[i].size()&&myy[i][poz].poz<=p1)
| ~~~^~~~~~~~~~~~~~