C6H5I
C6H5I
全部文章
分类
归档
标签
去牛客网
登录
/
注册
C6H5I的博客
全部文章
(共2篇)
题解 | 树上寻宝
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef unsigned long long ull; #define ALL(a) a.begin(),a.end() const ll N...
2026-03-16
1
41
题解 | 黑白棋
通过枚举验证寻找答案在本地运行以下程序即可, 实测需要约两分钟 #include <bits/stdc++.h> int n1[26]{ 2,4,5,6,7,8,10,11,12,13,14,15,18,19,20, 21,22,23,24,25,27,28,30,32,33,35 }...
2026-03-16
1
38