| Problem | hungrycats2 |
|---|---|
| User | TK |
| Submission Time | 2026-05-17 21:35:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:24:20: error: expected ‘;’ before ‘}’ token
24 | possible = false
| ^
| ;
25 | }
| ~
hungrycats2.cpp:45:1: error: expected ‘}’ at end of input
45 | }
| ^
hungrycats2.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^