(let* ((a (read)) (b (read)) (s (read))) (format #t "~d ~a" (+ a b) s))