Problem hungrycats2
User TK
Submission Time 2026-05-17 21:35:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:23:6: error: expected ‘(’ before ‘happy_cat’
23 | if happy_cat[1] - happy_cat[0] < 1{
| ^~~~~~~~~
| (
hungrycats2.cpp:29:20: error: expected ‘;’ before ‘}’ token
29 | possible = false
| ^
| ;
30 | }
| ~
hungrycats2.cpp:45:1: error: expected ‘}’ at end of input
45 | }
| ^
hungrycats2.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^