| Problem | hungrycats2 |
|---|---|
| User | TK |
| Submission Time | 2026-05-17 21:35:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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:45:1: error: expected ‘}’ at end of input
45 | }
| ^
hungrycats2.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^