using System;
public class Program
{
public static void Main()
DateTime d= default(DateTime);
Console.WriteLine(d.ToString());
}