(define (main args) (let* ((a (read)) (b (read)) (s (read))) (print (+ a b) " " s)) 0)