hdu1069線性dp

/* dp[i]:取第i個方塊時最多能夠累多高 */ #include<bits/stdc++.h> using namespace std; struct node{ int x,y,z; bool operator<(const node & a)const { if(x==a.x)return y>a.y; return x>a.x;
相關文章
相關標籤/搜索