Problem | simp |
---|---|
User | braven |
Submission Time | 2025-04-29 17:23:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function βint main()β:
simp.cpp:19:66: error: expected identifier before β(β token
19 | if (((a1 > b1) and (a1 > c1)) or ((a1 < b1) and (a1 < c1))) and (((a2 > b2) and (a2 > c2))) or ((a2 < b2) and (a2 < c2))) {
| ^