using System;
public class Program
{
public static void Main()
string data = DateTime.Now.ToString("ddMMyyyy HHmmss");
Console.WriteLine(data);
}