Problem | sumint |
---|---|
User | Tristyy |
Submission Time | 2024-06-18 13:28:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:3: error: ‘c’ was not declared in this scope
9 | c += a[i]
| ^
sumint.cpp:11:10: error: ‘c’ was not declared in this scope
11 | cout << c
| ^