using System.Collections.Generic;
public static void Main()
Dictionary<string, int> months = new Dictionary<string, int>(12);
int dateNum = int.Parse(Console.ReadLine());
foreach (KeyValuePair<string, int> month in months)
Console.WriteLine("Month = {0}\nday = {1}", month.Key, month.Value + buf);