let () = let n = Scanf.scanf "%d\n" (fun x -> x) in let m = int_of_float (floor ((float_of_int n) *. 1.5)) in Printf.printf "%d\n" m