Problem | sumint |
---|---|
User | KL |
Submission Time | 2024-06-18 11:31:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:8: error: ‘arr’ was not declared in this scope
8 | cin>>arr[1];
| ^~~
sumint.cpp:11:32: error: ‘arr’ was not declared in this scope
11 | for (int i=0; i<d; i++){sum+=arr[i];
| ^~~