| Problem | funnyballs |
|---|---|
| User | MegaG |
| Submission Time | 2026-01-05 16:10:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
funnyballs.cpp: In function ‘int main()’:
funnyballs.cpp:24:3: error: ‘total’ was not declared in this scope
24 | total += a[j];
| ^~~~~
funnyballs.cpp:24:14: error: ‘j’ was not declared in this scope
24 | total += a[j];
| ^
funnyballs.cpp:26:10: error: ‘total’ was not declared in this scope
26 | cout << total;
| ^~~~~