(define yuki3001 (let* ((x (read)) (y (read))) (format #t "~,10f ~,10f~%" (min x (- 1 y)) (- x (min x y)))))