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