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