ЕС
Елена Степанова
Объясните пожалуйста код программы
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Sedlovaja
{
class Program
{
static void Main(string[] args)
{
int[,] a = new int[8, 8];
int[] b = new int[64];
int k = 0;
int m = 0;
int ver = 0;
int gor = 0;
int[,] c = { { 7, 8, 9 }, { 4, 5, 6 }, { 1, 2, 3 } };
int min = int.MaxValue;
int max = int.MinValue;
bool flag = true;
int counter = 0;
for (int i = 0; i