摘要: 例题1:HDU 2089 #include<bits/stdc++.h> using namespace std; #define maxn 300005 #define ll long long int n,m; int a[20],dp[20][2]; int dfs(int pos,int p 阅读全文
posted @ 2019-07-05 18:17 Mmasker 阅读(120) 评论(0) 推荐(0)