Problem hungrycats2
User herngr3y
Submission Time 2026-06-29 15:40:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:23:18: error: expected initializer before ‘==’ token
23 | if (bool eat == true)
| ^~
hungrycats2.cpp:23:17: error: expected ‘)’ before ‘==’ token
23 | if (bool eat == true)
| ~ ^~~
| )