自由的风0450
自由的风0450
全部文章
分类
归档
标签
去牛客网
登录
/
注册
自由的风0450的博客
全部文章
(共106篇)
题解 | 【模板】巴什博弈
#include <iostream> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int t; cin>>t; w...
2025-11-29
0
13
题解 | 小红拿石子1.0
#include <iostream> #include<queue> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int n; ...
2025-11-29
0
9
题解 | AOE还是单体?
枚举群体伤害次数 #include <iostream> #include<vector> #include<algorithm> using namespace std; int main() { ios::sync_with_stdio(false)...
2025-11-29
0
11
题解 | 小红的口罩
优先队列 #include <iostream> #include<queue> #include<vector> using namespace std; int main() { ios::sync_with_stdio(false); ci...
2025-11-29
0
11
题解 | 小天的 Minecraft
#include <iostream> #include<iomanip> #include<cmath> using namespace std; int main() { ios::sync_with_stdio(false); cin.ti...
2025-11-29
0
10
题解 | 【模板】点圆位置关系
利用向量计算切点坐标。 #include <iostream> #include<iomanip> #include<cmath> using namespace std; using ll = long long; static constexpr double...
2025-11-29
0
15
题解 | 【模板】点线最近距离
#include <iostream> #include<cmath> #include<iomanip> using namespace std; typedef long long ll; const double EPS=1e-8; int main() ...
2025-11-28
0
9
题解 | 【模板】点线位置关系
利用向量叉积 #include <iostream> #include<algorithm> using namespace std; typedef long long ll; int main() { ios::sync_with_stdio(false); ...
2025-11-28
0
9
题解 | 迷途之家的大贤者
选取端点的最大值 #include <iostream> #include<string> #include<algorithm> using namespace std; int main() { ios::sync_with_stdio(false)...
2025-11-28
1
12
题解 | nico和niconiconi
#include <iostream> #include<vector> #include<string> #include<algorithm> using namespace std; int main() { ios::sync_wit...
2025-11-27
0
12
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页