public static void Main()
int n,i,j,k,c,b=1,max1,max2,max3,max4,p;
n=int.Parse(Console.ReadLine());
for(i=0;i<a.GetLength(0);i++)
for(j=0;j<a.GetLength(1);j++)
Console.WriteLine("numer?");
a[i,j]=int.Parse(Console.ReadLine());
if(a[i,j]>max1)max1=a[i,j];
if(a[i,j]>max2)max2=a[i,j];
if(a[i,j]>max3)max3=a[i,j];
if(a[i,j]>max4)max4=a[i,j];
if(max1==max2 && max1==max3 && max1==max4)Console.WriteLine("ok");
else Console.WriteLine("not ok");