颜开Young
颜开Young
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
颜开Young的博客
全部文章
(共4篇)
题解 | 好好好数组
// Created on 2026-03-20 10:34:21 #include<bits/stdc++.h> using ll = long long; using ull = unsigned long long; using namespace std; void solve...
2026-03-20
0
19
题解 | 恶魔果实
// Created on 2026-03-02 14:49:22 #include<bits/stdc++.h> using ll = long long; using ull = unsigned long long; using namespace std; const int ...
2026-03-02
0
35
题解 | #小红装匣子#
#include<bits/stdc++.h> using namespace std; int main() { int t; cin >> t; while (t--) { int a, b, n; cin >> a >...
2026-02-20
0
50
题解 | #小灯做题#
#include<bits/stdc++.h> using namespace std; int main() { int t; cin >> t; while (t--) { int a, b, c, k; cin >> a ...
2026-02-19
0
48