| Problem | potatosalad |
|---|---|
| User | notachicken |
| Submission Time | 2026-05-08 14:03:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:15:12: error: a function-definition is not allowed here before ‘{’ token
15 | int main() {
| ^
potatosalad.cpp:32:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
32 | sort(a + 1, a + n + 1);
| ^~~~
| qsort
potatosalad.cpp:34:39: error: lvalue required as decrement operand
34 | for (int i = n; i >= n - d + 1; --1){
| ^
potatosalad.cpp:37:16: error: expected ‘;’ before ‘}’ token
37 | cout << ans
| ^
| ;
38 |
39 | }
| ~