(define yuki2014 (display (apply min (map string->number (string-split (read-line) #\space ) ) ) ) )