POJ 1015 Jury Compromise

傳送門:http://poj.org/problem?id=1015   解題思路: 實現代碼: #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int MAXN=1000; const int INF=1<<30; int dp[30
相關文章
相關標籤/搜索