mushrooms.cpp: In function 'int count_mushrooms(int)':
mushrooms.cpp:22:17: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
22 | while(a.size()<p&&b.size()<p&&c<n-1){
| ~~~~~~~~^~
mushrooms.cpp:22:29: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
22 | while(a.size()<p&&b.size()<p&&c<n-1){
| ~~~~~~~~^~
mushrooms.cpp:38:17: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
38 | while(a.size()<p&&b.size()<p&&c<n-1){
| ~~~~~~~~^~
mushrooms.cpp:38:29: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
38 | while(a.size()<p&&b.size()<p&&c<n-1){
| ~~~~~~~~^~
mushrooms.cpp:56:13: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
56 | if(a.size()>=p){
| ~~~~~~~~^~~