| Problem | potatosalad |
|---|---|
| User | hitarthdangra |
| Submission Time | 2025-06-18 15:12:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:8:2: error: ‘sum’ was not declared in this scope
8 | sum = 0
| ^~~
potatosalad.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < N; i++) {
| ^