摘要: A: 点击查看代码 #include<bits/stdc++.h> using namespace std; const int maxx=1005; const int dx[4]={0,0,1,-1}; const int dy[4]={1,-1,0,0}; int n,sx,sy,tx,ty; 阅读全文
posted @ 2024-11-22 22:17 cathyzro 阅读(32) 评论(0) 推荐(0)
摘要: A: 点击查看代码 #include<bits/stdc++.h> using namespace std; int t,ss=0,ans=0x7fffffff; int n; int w[26]; void dfs(int a,int b,int c){//遍历人数,选择人数,总体重 if(b== 阅读全文
posted @ 2024-11-22 22:10 cathyzro 阅读(51) 评论(0) 推荐(0)