let solve n = Printf.printf "%.2f\n" @@ (float_of_int n) *. 3.5 let _ = let n = int_of_string @@ read_line () in solve n