看到我名字请睡觉
看到我名字请睡觉
全部文章
分类
归档
标签
去牛客网
登录
/
注册
看到我名字请睡觉的博客
全部文章
(共2篇)
题解 | 小苯的石子游戏
#include <bits/stdc++.h> using namespace std; typedef long long ll; int main() { ll T; cin>>T; while(T--) { ll n; ...
2025-12-27
0
15
题解 | 小苯的木棍切割
#include <algorithm> #include <bits/stdc++.h> #include <vector> using namespace std; typedef long long ll; int main() { ll T; ...
2025-12-27
0
15