帝国_diguo
帝国_diguo
全部文章
分类
归档
标签
去牛客网
登录
/
注册
帝国_diguo的博客
全部文章
(共2篇)
题解 | 小红的能量校准
#include <bits/stdc++.h> using namespace std; using ll = long long; using i128 = __int128; int main() { string s; cin >> s; i128...
2026-02-27
0
34
题解 | 游游的最小公倍数
#include <iostream> int main() { int t; std::cin >> t; while (t--) { long long n; std::cin >> n; // 特判 n ...
2026-02-15
0
23