(begin (display (let* ((D (read))) (let ((a (quotient (* D 108) 100 ))(b (modulo (* D 108) 100 ))) (string-append (number->string a ) "." (number->string b))))) (newline) )