0_0_25739900_3621.cpp: In function 'll gao(int)':
0_0_25739900_3621.cpp:20:5: error: '__int' was not declared in this scope
__int 128 dp[65][65] = {0}; //前者为颜色,后者为未填充格子个数
^
0_0_25739900_3621.cpp:23:5: error: 'dp' was not declared in this scope
dp[0][tot] = 1;
^
0_0_25739900_3621.cpp:32:63: error: 'Mul' was not declared in this scope
(dp[i][j] += Mul(dp[i - 1][j + k], C[j + k][k])) %= p;
^
|