using System;
public class Program
{
public static void Main()
int a = 1;
while ( a <= 31 ) {
Console.WriteLine(a+ "Juni 2017");
a++; }
}