| Problem | hungrycats2 |
|---|---|
| User | TK |
| Submission Time | 2026-05-17 21:33:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:16:2: error: ‘possible’ was not declared in this scope
16 | possible = true;
| ^~~~~~~~
hungrycats2.cpp:22:6: error: expected ‘(’ before ‘happy_cat’
22 | if happy_cat[1] - happy_cat[0] < 1{
| ^~~~~~~~~
| (
hungrycats2.cpp:44:1: error: expected ‘}’ at end of input
44 | }
| ^
hungrycats2.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^