POJ 1887 —— Testing the CATCHER 最長降低子序列

原題:http://poj.org/problem?id=1887spa 求最長降低子序列個數code 注意輸出格式!get O(n²)it #include<cstdio> #include<algorithm> using namespace std; int dp[100000000]; int a[100000000]; int cas = 0; int main() { int tm
相關文章
相關標籤/搜索