let V, T = stdin.ReadLine () |> (fun l -> l.Split ()) |> (fun arr -> (float arr.[0], float arr.[1])) V * T |> floor |> int |> printfn "%d"