徐尚Alan
徐尚Alan
全部文章
分类
归档
标签
去牛客网
登录
/
注册
徐尚Alan的博客
TA的专栏
29篇文章
0人订阅
华为机试题解
29篇文章
53人学习
全部文章
(共52篇)
题解 | 提取不重复的整数
#include <iostream> #include <string> #include <unordered_set> #include <algorithm> using namespace std; int main() { str...
2025-09-01
0
31
题解 | 取近似值
来自专栏
#include <iostream> using namespace std; int main() { double x; cin >> x; int int_part = (int)x; double other_part = 0; ...
2025-08-31
0
32
首页
上一页
1
2
3
4
5
6
下一页
末页