Problem sumint
User ansel
Submission Time 2024-05-20 20:59:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:5:12: error: expected ‘;’ before ‘cin’
5 | meows=0
| ^
| ;
6 | cin>>d;
| ~~~