(define n (apply + (map string->number (string-split (read-line) " ")))) (define s (read-line)) (print n " " s)