read_line () |> int_of_string |> (fun x -> if (x <= 3) then x else (((x - 3) * 5) + 3)) |> print_int; print_newline ();;