| Problem | hungrycats2 |
|---|---|
| User | gthinh |
| Submission Time | 2026-02-23 18:47:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:10:16: error: continue statement not within a loop
10 | if(A[1]>A[0]) continue;
| ^~~~~~~~