using System;
public class Program
{
public static void Main()
DateTime now = DateTime.Now.Date;
Console.WriteLine(now.ToShortDateString());
}