Problem | shoes |
---|---|
User | boaznumberd5555 |
Submission Time | 2024-12-04 17:54:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shoes.cpp: In function ‘long long int count_swaps(std::vector<long long int>)’:
shoes.cpp:42:1: error: expected primary-expression before ‘}’ token
42 | }
| ^
shoes.cpp:41:8: error: expected ‘;’ before ‘}’ token
41 | return
| ^
| ;
42 | }
| ~
At global scope:
cc1plus: error: ‘::main’ must return ‘int’