(define a (read)) (define b (read)) (if (< a b) (print "+" (- b a)) (print (- b a)))