Jeoooook
Jeoooook
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Jeoooook的博客
全部文章
(共2篇)
题解 | 整数的十位
#include <iostream> using namespace std; int main() { string s; cin >> s; if(s.size() < 2) { cout << 0 <&...
2026-01-14
0
24
题解 | 复读机
#include <iomanip> #include <iostream> using namespace std; int main() { int a; long long int b; double c; char d; st...
2026-01-14
0
24