Problem sumint
User sy123
Submission Time 2023-11-16 20:19:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~
sumint.cpp: In function ‘int main()’:
sumint.cpp:12:23: error: expected ‘;’ before ‘}’ token
12 | total=total+meows[d]
| ^
| ;
13 | }
| ~