Problem | sumint |
---|---|
User | NiThEsHIsSoPro |
Submission Time | 2024-07-29 17:20:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:9: error: expected ‘;’ before ‘cin’
7 | ger = 0
| ^
| ;
8 | cin >> d;
| ~~~
sumint.cpp:14:11: error: expected ‘;’ before ‘}’ token
14 | cout<<ger
| ^
| ;
15 | }
| ~