Problem | sumint |
---|---|
User | itsjiaqi |
Submission Time | 2025-01-23 16:07:28 |
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: ‘a’ was not declared in this scope
7 | int arr[a];
| ^
sumint.cpp:11:10: error: ‘arr’ was not declared in this scope
11 | cin >> arr[i];
| ^~~