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