public static void Main()
string[,] masspp = new string[x,x];
string[,] massmp = new string[x,x];
string[,] massmm = new string[x,x];
string[,] masspm = new string[x,x];
masspp [i,b] = "" + (-1 + i);
massmp [i,b] = "" + (10 - b);
massmp [i,b] = "" + (i - x);
massmm [i,b] = "" + (0 - b);
for(double i = 10, c = 0;i > -1;)
masspp [(int)(i + 1),(int)(x - c) - 1] = "#";
for(double i = -10, c = 0;i < 0;)
if(c > -1 && c < x - 1 && (int)(x - c * -1) >= -1)
massmp [(int)(i * -1 + 8),(int)(x - c * -1)] = "#";
Console.Write(massmp [i,b] + " ");
Console.Write(massmp [i,b]);
Console.Write(masspp [i,b] + " ");
for(int b = 1;b < x - 1;b++)
Console.Write(massmm [i,b] + " ");
Console.Write(masspm [i,b] + " ");