mushrooms.cpp: In function 'int count_mushrooms(int)':
mushrooms.cpp:45:46: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
45 | while(left.size() && cur.size()+2<=n && j<o.size()){
| ~~~~~~~~~~~~^~~
mushrooms.cpp:45:54: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
45 | while(left.size() && cur.size()+2<=n && j<o.size()){
| ~^~~~~~~~~
mushrooms.cpp:59:46: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
59 | while(left.size() && cur.size()+2<=n && j<z.size()){
| ~~~~~~~~~~~~^~~
mushrooms.cpp:59:54: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
59 | while(left.size() && cur.size()+2<=n && j<z.size()){
| ~^~~~~~~~~