Problem sumint
User dgsp08
Submission Time 2024-02-17 16:50:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:10: error: ‘number’ was not declared in this scope
8 | cin >> number;
| ^~~~~~
sumint.cpp:9:3: error: ‘sum’ was not declared in this scope
9 | sum = sum + number;
| ^~~
sumint.cpp:11:10: error: ‘sum’ was not declared in this scope
11 | cout << sum;
| ^~~