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:50:29: 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]
50 | for(ll k=0;k<myy[i-1].size();k++)
| ~^~~~~~~~~~~~~~~~
fish.cpp:60:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
60 | for(int j=0;j<myy[i].size();j++)
| ~^~~~~~~~~~~~~~
fish.cpp:66: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]
66 | for(ll k=0;k<myy[i-1].size();k++)
| ~^~~~~~~~~~~~~~~~
fish.cpp:72: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]
72 | for(ll k=0;k<myy[i-1].size();k++)
| ~^~~~~~~~~~~~~~~~
fish.cpp:89:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
89 | for(int j=0;j<myy[i].size();j++)
| ~^~~~~~~~~~~~~~
fish.cpp:99:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<date>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
99 | for(int k=0;k<myy[i-1].size();k++)
| ~^~~~~~~~~~~~~~~~
fish.cpp:104: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]
104 | while(poz<myy[i].size()&&myy[i][poz].poz<=p1)
| ~~~^~~~~~~~~~~~~~