Problem | sumint |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-16 16:04:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:16: error: ‘numbers’ was not declared in this scope
9 | cin >> numbers[i];
| ^~~~~~~
sumint.cpp:14:18: error: ‘numbers’ was not declared in this scope
14 | total += numbers[i];
| ^~~~~~~