(define a (read)) (define b (read)) (define c (read)) (if (eq? a b) (print (x->string b)) (print (x->string c)))