2024年9月17日

摘要: 一道简单的模拟 。。。 include include using namespace std; int main() { const int N=1010; bool drop[N]={false}; int n,m,i,j,cnt=0,cnt1=0; cin>>n; int y; int sum 阅读全文
posted @ 2024-09-17 11:44 lkhshnu 阅读(5) 评论(0) 推荐(0) 编辑
 
摘要: include <bits\stdc++.h> using namespace std; const int maxn=35; int n,x,a[maxn],sum=0; int best=1e9; void dfs(int a[],int sum,int index){ if(sum>=x) { 阅读全文
posted @ 2024-09-17 11:09 lkhshnu 阅读(5) 评论(0) 推荐(0) 编辑