_嘘嘘_
_嘘嘘_
全部文章
分类
归档
标签
去牛客网
登录
/
注册
_嘘嘘_的博客
全部文章
(共2篇)
题解 | 大苯营
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int T; cin >> T...
2026-05-28
1
9
题解 | 小苯的木棍切割
#include "bits/stdc++.h" using ll = long long; using namespace std; int main() { int t; cin>>t; while(t-->0) { ll ...
2026-05-11
0
19