运行 ID: 435782

Main.cc: In function ‘int main()’:
Main.cc:17:37: error: ‘d’ was not declared in this scope
     dp[i][j]=(dp[i-1][j]+dp[i][j-1]-d[i-1][j-1]+MOD)%MOD;
                                     ^