using System;
public class Program
{
public static void Main()
Console.Write( "year is:{0}and the month is{1} and the day is {2}" , 2021-1,6+3,22+1);
}