Problem | shoes |
---|---|
User | vs358 |
Submission Time | 2024-12-05 17:06:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shoes.cpp:6:29: error: expected ‘,’ or ‘...’ before ‘s’
6 | long long count_swaps(int[] s) {
| ^
shoes.cpp: In function ‘long long int count_swaps(long long int*)’:
shoes.cpp:7:5: error: ‘s’ was not declared in this scope
7 | if(s[0] > s[1]) return 1;
| ^