Problem simp
User skillissue123
Submission Time 2023-07-22 19:46:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:9:25: error: expected primary-expression before ‘or’ token
9 | if (a1 <= b1 <= c1) or (a2 <= b2 <= c2){
| ^~