杭電ACM 2084 數塔 (動態規劃初步)

http://acm.hdu.edu.cn/showproblem.php?pid=2084 php 用遞歸的方法實現動態規劃,狀態轉移方程。ios 效率低下,重複計算了好多!數組 //不能AC #include <iostream> using namespace std; int a[110][110]; int d(int i,int j,int n){ return a[i][j]+(
相關文章
相關標籤/搜索