using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
int[ , ] punctualityTable = new int[20,6];
string[][] punctualityTable = new string [ ][ ]
new string[ ]{ Mon1 ,Tue1,
}