Problem | sumint |
---|---|
User | YokeKai314 |
Submission Time | 2025-01-10 14:44:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:8:13: error: ‘n’ was not declared in this scope
8 | int arr[n];
| ^
sumint.cpp:11:14: error: ‘arr’ was not declared in this scope
11 | cin>>arr[i];
| ^~~