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