mushrooms.cpp: In function 'int count_mushrooms(int)':
mushrooms.cpp:43:31: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
43 | for(int i=2;z2 && o.size()<k && z.size()<k;first+=2, i+=2){
| ~~~~~~~~^~
mushrooms.cpp:43:45: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
43 | for(int i=2;z2 && o.size()<k && z.size()<k;first+=2, i+=2){
| ~~~~~~~~^~
mushrooms.cpp:70:32: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
70 | for(int i=2;!z2 && o.size()<k && z.size()<k;first+=2, i+=2){
| ~~~~~~~~^~
mushrooms.cpp:70:46: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
70 | for(int i=2;!z2 && o.size()<k && z.size()<k;first+=2, i+=2){
| ~~~~~~~~^~
mushrooms.cpp:107:46: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
107 | while(left.size() && cur.size()+2<=n && j<o.size()){
| ~~~~~~~~~~~~^~~
mushrooms.cpp:107:54: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
107 | while(left.size() && cur.size()+2<=n && j<o.size()){
| ~^~~~~~~~~
mushrooms.cpp:122:46: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
122 | while(left.size() && cur.size()+2<=n && j<z.size()){
| ~~~~~~~~~~~~^~~
mushrooms.cpp:122:54: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
122 | while(left.size() && cur.size()+2<=n && j<z.size()){
| ~^~~~~~~~~