using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Chess { class Program { static int N = 8; static int M = 100000; static double[,,] U = new double[N, N, N]; static int[] x = new int[M]; static int[] y = new int[M]; static int[] z = new int[M]; static void MakeOperator() { int q = 1; for (int layer = 0; layer