新年趣事之打牌

题目: 代码如下: #include<bits/stdc++.h> using namespace std; #define MAX 2000005 int dp[MAX],a[MAX],path[MAX],res; void print(int k) { if(k){ print(k - a[path[k]]);//找到上一个质量 if(k == res) cout << path[
相关文章
相关标签/搜索