颜开Young
颜开Young
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
颜开Young的博客
全部文章
(共3篇)
题解 | 恶魔果实
// 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
19
题解 | #小红装匣子#
#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
38
题解 | #小灯做题#
#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
32