1_1_4_5_1_4
1_1_4_5_1_4
全部文章
分类
归档
标签
去牛客网
登录
/
注册
1_1_4_5_1_4的博客
全部文章
(共2篇)
题解 | 游游的字母翻倍
#include <iostream> #include <string> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); i...
2025-12-16
0
23
题解 | 智乃的数字
#include <iostream> #include <vector> #define ll long long using namespace std; ll k; vector<int> vec = {3, 5, 9, 15, 21, 25, 27}; v...
2025-12-13
0
17