Problem shoes
User vs358
Submission Time 2024-12-05 17:25:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shoes.cpp: In function ‘long long int count_swaps(std::vector<long long int, std::allocator<long long int> >)’:
shoes.cpp:7:5: error: ‘s’ was not declared in this scope
7 | if(s[0] > s[1]) return 1;
| ^