Problem splithunny
User Henries
Submission Time 2024-11-08 17:04:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp: In function ‘int main()’:
splithunny.cpp:61:62: error: expected ‘;’ before ‘}’ token
61 | cout << "Oh bother. There are " << con << " pools of hunny."
| ^
| ;
62 | }
| ~