摘要: #include <bits/stdc++.h> using namespace std; using ll = long long ; int num[20]; int dp[20][20][2]; int t[20]; ll dfs(int len,int cur,int s,bool lim) 阅读全文
posted @ 2021-06-24 18:38 Acception 阅读(100) 评论(0) 推荐(0)