颜开Young
颜开Young
全部文章
题解
归档
标签
去牛客网
登录
/
注册
颜开Young的博客
全部文章
/ 题解
(共2篇)
题解 | #小红装匣子#
#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
11
题解 | #小灯做题#
#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
13