| Problem | squarerect |
|---|---|
| User | Josh28acc2 |
| Submission Time | 2023-12-26 15:58:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
squarerect.cpp: In function ‘bool am_i_square(int, int)’:
squarerect.cpp:17:24: error: expected ‘;’ before ‘}’ token
17 | if (flag == 1) break
| ^
| ;
18 | }
| ~