| Problem | simp |
|---|---|
| User | supercel980 |
| Submission Time | 2026-02-18 10:56:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
simp.cpp: In function βint main()β:
simp.cpp:6:66: error: expected identifier before β(β token
6 | if (((b1 > a1) and (a1 < c1)) or ((c1 < a1) and (a1 > b1))) and (((b2 > a2) and (a2 < c2)) or ((c2 < a2) and (a2 > b2))){
| ^