Problem hungrycats
User CuriousFox
Submission Time 2024-11-11 09:17:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats.cpp: In function ‘int main()’:
hungrycats.cpp:23:14: error: expected ‘;’ before ‘}’ token
23 | check -= 1
| ^
| ;
24 | }
| ~