Problem sumint
User NiThEsHIsSoPro
Submission Time 2024-07-29 17:21:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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