Problem | splithunny |
---|---|
User | lzy |
Submission Time | 2025-03-21 14:02:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:49:65: error: expected ‘;’ before ‘return’
49 | cout << "Oh, bother. There are "<< cnt << " pools of hunny."
| ^
| ;
50 |
51 | return 0;
| ~~~~~~