DP處理最長上升/降低子序列問題

一、POJ - 2533 Longest Ordered Subsequence 題目連接:http://poj.org/problem?id=2533 標準DP處理最長上升子序列問題php #include<iostream> #include<cstdio> #include<algorithm> using namespace std; int n; int a[1100]; int dp[
相關文章
相關標籤/搜索