using System;
public class Program
{
public static void Main()
TimeSpan x, y;
x = new TimeSpan();
Console.WriteLine(y.TotalHours);
}