Problem | sumint |
---|---|
User | 583116UB |
Submission Time | 2024-04-13 11:17:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:5:3: error: ‘sum’ was not declared in this scope
5 | sum = 0;
| ^~~
sumint.cpp:6:11: error: ‘x’ was not declared in this scope
6 | cin>>n>>x;
| ^