using System;
public class Program
{
double INITIAL_BALANCE = 100.00;
public void Main()
int [,]a = new int [5,9]
{{1,1,1,1,1,1,1,1,1},
{1,1,1,1,1,1,1,1,0},
{1,1,1,1,1,1,1,0,1},
{0,0,0,0,0,0,0,0,1},
{1,1,1,0,0,1,1,0,1}}
int rowSizes = m.GetLength(0};
int colsSize = m.GetLength(1);
Console.Write();
}