using System;
public class Program
{
public static void Main()
int[,] cont = new int[4,3];
//#filas 1 papu
}