class Program { static void Main() { int[,] tomb = new int[,]{ {3,4,5}, {6,3,2}, {8,2,7} }; } }