Problem hungrycats2
User DaPeter
Submission Time 2026-03-04 10:34:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats2.cpp:23:10: error: missing terminating " character
23 | cout<<"NO;
| ^~~~
hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:24:4: error: expected primary-expression before ‘return’
24 | return 0;
| ^~~~~~