Problem | sumint |
---|---|
User | Rainny |
Submission Time | 2024-06-18 11:31:24 |
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: ‘sum’ was not declared in this scope
10 | sum+=a;
| ^~~
sumint.cpp:12:10: error: ‘sum’ was not declared in this scope
12 | cout << sum;
| ^~~