Problem sumint
User zhaoqihui
Submission Time 2024-04-20 09:13:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:5:10: error: expected ‘;’ before ‘int’
5 | cin>>d;0
| ^
| ;
6 |
7 | int totalMeows = 0;
| ~~~
sumint.cpp:11:4: error: ‘totalMeows’ was not declared in this scope
11 | totalMeows+=meows;
| ^~~~~~~~~~
sumint.cpp:14:8: error: ‘totalMeows’ was not declared in this scope
14 | cout<< totalMeows;
| ^~~~~~~~~~