Problem sumint
User AppleOnAstick
Submission Time 2023-11-08 16:04:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:14:14: error: expected ‘;’ before ‘cout’
14 | meow + sum
| ^
| ;
15 | cout << d * meow;
| ~~~~