Problem sumint
User StarSparrowFox
Submission Time 2024-01-23 20:52:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:7:11: error: expected ‘;’ before ‘sum’
7 | cin >> d
| ^
| ;
8 | sum += d;
| ~~~