using System;
public class Program
{
public static void Main()
int[,] mat1 = new int[8,8];
for(i=0;i<8;i++)
for(j=0;
}