open System let No311 () = (Int32.Parse (Console.ReadLine())) * 16 / 15 |> printfn "%d" () No311()