using System;
public class Program
{
public static void Main()
var calc = (2/(3600 / (3600 / 4))) * 5;
Console.WriteLine(calc.ToString());
}