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