mushrooms.cpp: In function 'int count_mushrooms(int)':
mushrooms.cpp:24:30: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
24 | if (Alist.size() >= b || Blist.size() >= b) break;
| ~~~~~~~~~~~~~^~~~
mushrooms.cpp:24:51: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
24 | if (Alist.size() >= b || Blist.size() >= b) break;
| ~~~~~~~~~~~~~^~~~
mushrooms.cpp:37:34: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
37 | if (Alist.size() >= b || Blist.size() >= b) break;
| ~~~~~~~~~~~~~^~~~
mushrooms.cpp:37:55: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
37 | if (Alist.size() >= b || Blist.size() >= b) break;
| ~~~~~~~~~~~~~^~~~
mushrooms.cpp:48:34: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
48 | if (Alist.size() >= b || Blist.size() >= b) break;
| ~~~~~~~~~~~~~^~~~
mushrooms.cpp:48:55: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
48 | if (Alist.size() >= b || Blist.size() >= b) break;
| ~~~~~~~~~~~~~^~~~