Problem | sumint |
---|---|
User | ZiErn |
Submission Time | 2023-11-08 13:11:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:10: error: ‘arr’ was not declared in this scope
8 | cin >> arr[i];
| ^~~
sumint.cpp:8:14: error: ‘i’ was not declared in this scope
8 | cin >> arr[i];
| ^
sumint.cpp:9:11: error: ‘sum’ was not declared in this scope
9 | cout << sum(arr[i]);
| ^~~