| Problem | sumint |
|---|---|
| User | totallynotme |
| Submission Time | 2025-02-21 15:22:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:16:3: error: ‘sum’ was not declared in this scope
16 | sum += array [j];
| ^~~
sumint.cpp:19:10: error: ‘sum’ was not declared in this scope
19 | cout << sum;
| ^~~