Problem simp
User supercel980
Submission Time 2026-02-18 10:57:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function β€˜int main()’:
simp.cpp:6:67: 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)){
| ^