| Problem | eating |
|---|---|
| User | CJZ |
| Submission Time | 2026-04-18 11:53:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eating.cpp: In function ‘int32_t main()’:
eating.cpp:16:29: error: expected ‘;’ before ‘}’ token
16 | else cout << "YES\n"
| ^
| ;
17 | }
| ~
eating.cpp:18:13: error: expected ‘;’ before ‘}’ token
18 | return 0
| ^
| ;
19 | }
| ~