Problem | sumint |
---|---|
User | ShShSh |
Submission Time | 2024-04-16 08:30:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:2: error: ‘arr’ was not declared in this scope
7 | arr[n];
| ^~~
sumint.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i=0;i<n;i++){
| ^