Problem simp
User braven
Submission Time 2025-04-29 17:23:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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))) {
| ^