(define px (read)) (define py (read)) (define qx (read)) (define qy (read)) (print (/(+(abs(- px qx )) (abs(- py qy )))2 ))