using System; var input = Console.ReadLine().Split(); var v = double.Parse(input[1]); var d = double.Parse(input[2]); Console.WriteLine(d / v);