| Problem | potatosalad |
|---|---|
| User | auser24241 |
| Submission Time | 2026-02-19 20:25:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:11:28: error: expected ‘;’ before ‘int’
11 | sort(v,v+n,greater<int>())
| ^
| ;
12 | int sum = 0;
| ~~~
potatosalad.cpp:14:3: error: ‘sum’ was not declared in this scope
14 | sum += v[i];
| ^~~
potatosalad.cpp:16:10: error: ‘sum’ was not declared in this scope
16 | cout << sum;
| ^~~