go.cpp: In function 'int main()':
go.cpp:37:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<p>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
37 | for (int i = 0; i < pokeR.size(); i++) {
| ~~^~~~~~~~~~~~~~
go.cpp:38:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<p>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
38 | for (int j = 0; j < pokeL.size(); j++) {
| ~~^~~~~~~~~~~~~~
go.cpp:60:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<p>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
60 | for (int i = 0; i < pokeL.size(); i++) {
| ~~^~~~~~~~~~~~~~
go.cpp:61:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<p>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
61 | for (int j = 0; j < pokeR.size(); j++) {
| ~~^~~~~~~~~~~~~~