Problem hungrycats
User Astronite
Submission Time 2025-08-25 19:12:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats.cpp: In function ‘int main()’:
hungrycats.cpp:22:10: error: expected ‘(’ before ‘{’ token
22 | else if{
| ^
| (
hungrycats.cpp:33:2: error: ‘else’ without a previous ‘if’
33 | else{cout<< "No";}
| ^~~~