| Problem | sumint |
|---|---|
| User | anonymous1801 |
| Submission Time | 2026-03-07 09:14:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:10: error: ‘n’ was not declared in this scope
7 | int arr[n];
| ^
sumint.cpp:9:9: error: ‘arr’ was not declared in this scope
9 | cin>> arr[i];
| ^~~