(define yuki481 (begin (write (- 55 (apply + (map string->number (string-split (read-line) #\space ) ) ) ) ) (newline) ) )