0_0_37589054_26775.cpp: In function 'void MUL(int (*)[6561], int (*)[6561])':
0_0_37589054_26775.cpp:43:19: error: storage size of 'h' isn't constant
static int h[8][N];
^
0_0_37589054_26775.cpp: In function 'void Power(int (*)[6561], long long int)':
0_0_37589054_26775.cpp:56:21: error: storage size of 'ans' isn't constant
static int ans[8][N]; for (int i = 0; i < p; i++) for (int j = 0; j < N; j++) ans[i][j] = i == 0;
^
0_0_37589054_26775.cpp: In function 'int main()':
0_0_37589054_26775.cpp:67:27: error: storage size of 'mem' isn't constant
static int mem[8][8][8][N], eme[8][8][8][N];
^
0_0_37589054_26775.cpp:67:44: error: storage size of 'eme' isn't constant
static int mem[8][8][8][N], eme[8][8][8][N];
^
0_0_37589054_26775.cpp:93:25: error: storage size of 'sum' isn't constant
static int sum[3][8][N];
^
0_0_37589054_26775.cpp:103:22: error: storage size of 'ans' isn't constant
static int ans[8][N]; for (int i = 0; i < p; i++) for (int j = 0; j < N; j++) ans[i][j] = i == 0;
^
|