shoes.cpp: In function 'long long int count_swaps(std::vector<int>)':
shoes.cpp:36:2: error: expected 'while' at end of input
36 | }
| ^
shoes.cpp:36:2: error: expected '(' at end of input
36 | }
| ^
| (
shoes.cpp:36:2: error: expected primary-expression at end of input
shoes.cpp:36:2: error: expected ')' at end of input
36 | }
| ^
| )
shoes.cpp:36:2: error: expected ';' at end of input
36 | }
| ^
| ;
shoes.cpp:36:2: error: expected '}' at end of input
shoes.cpp:5:38: note: to match this '{'
5 | long long count_swaps(vector<int> s) {
| ^