摘要: ```cpp #include #include #include using namespace std; const int N = 30; int T, n; int a[N]; int ans; void dfs(int now) { if(now >= ans) return; int cnt = 0; for(int i = 3; i = 5) { for(i... 阅读全文
posted @ 2019-09-22 21:22 Asmallwave 阅读(168) 评论(1) 推荐(0)