| Problem | potatosalad |
|---|---|
| User | herngr3y |
| Submission Time | 2026-03-28 19:52:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:12:15: error: expected ‘;’ before ‘int’
12 | D = min(D, N)
| ^
| ;
13 | int sum = 0;
| ~~~
potatosalad.cpp:15:3: error: ‘sum’ was not declared in this scope
15 | sum += a[i];
| ^~~
potatosalad.cpp:17:10: error: ‘sum’ was not declared in this scope
17 | cout << sum << endl;
| ^~~