using System;
public class Program
{
public static void Main()
string g=DateTime.Now.ToString("dd MMM, yyyy");
Console.WriteLine(g);
}