(define (main args) (let1 n (read) ($ print $ exact->inexact $ / 1 n)) 0)