Problem shoes
User vs358
Submission Time 2024-12-06 00:39:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shoes.cpp:1:23: error: ‘vector’ was not declared in this scope
1 | long long count_swaps(vector<int, allocator<int> > s) {
| ^~~~~~
shoes.cpp:1:30: error: expected primary-expression before ‘int’
1 | long long count_swaps(vector<int, allocator<int> > s) {
| ^~~
shoes.cpp:1:35: error: ‘allocator’ was not declared in this scope
1 | long long count_swaps(vector<int, allocator<int> > s) {
| ^~~~~~~~~
shoes.cpp:1:45: error: expected primary-expression before ‘int’
1 | long long count_swaps(vector<int, allocator<int> > s) {
| ^~~
shoes.cpp:1:53: error: expression list treated as compound expression in initializer [-fpermissive]
1 | long long count_swaps(vector<int, allocator<int> > s) {
|