HDU_1176_DP】的更多相关文章

http://acm.hdu.edu.cn/showproblem.php?pid=1176 简单dp,转换后跟上一题数塔一样,注意每秒只能移动一格,还有在边缘的情况. #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; ][]; int maxx(int x,int y,int z) { int temp = max(x…