shoes.cpp: In function 'long long int count_swaps(std::vector<int>)':
shoes.cpp:12:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
12 | for(int i = 0; i < s.size(); ++i){
| ~~^~~~~~~~~~
shoes.cpp:19:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
19 | for(int i = 0; i < s.size(); ++i){
| ~~^~~~~~~~~~
shoes.cpp:9:6: warning: unused variable 'cl' [-Wunused-variable]
9 | int cl = 0, cr = 0;
| ^~
shoes.cpp:9:14: warning: unused variable 'cr' [-Wunused-variable]
9 | int cl = 0, cr = 0;
| ^~