peitsan
peitsan
全部文章
分类
归档
标签
去牛客网
登录
/
注册
peitsan的博客
全部文章
(共2篇)
题解 | #火眼金睛#
/** * @nc app=nowcoder id=d311403b15b8495b81b622edaefd5b5a topic=182 question=34666 lang=Typescript * 2024-01-09 16:36:28 * https://www.nowcoder.co...
2024-01-17
0
330
题解 | #提取不重复的整数#
#include <bits/stdc++.h> #include <string> using namespace std; int main() { int nums; cin>> nums; string str = to_string(num...
2024-01-15
0
270