摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; int n,sum; int pascal[13][13]; int res[13]; bool used[13]; void dfs(int dep,int csum) { //当前和大于sum 阅读全文
posted @ 2025-12-10 16:44 gosaky 阅读(4) 评论(0) 推荐(0)