摘要:
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)

emmm...... 前置:csp-s打完了,那么下一站->NOIP! csp-s总结: T1:脚打,emmmA了,但是耗时不短(30min?) T2:没A,问题在于细节的处理以及情况的考虑:恼怒————加速度大于零这种最无脑的情况居然挂掉了 如果实在要为我100pts->?pts找一个合理的解释的
浙公网安备 33010602011771号