let v,t = let tmp = stdin.ReadLine().Split() |> Array.map(decimal) in tmp.[0],tmp.[1] v*t |> int |> printfn "%i"