positive_ll
positive_ll
全部文章
分类
归档
标签
去牛客网
登录
/
注册
positive_ll的博客
全部文章
(共42篇)
题解 | 平方根
import math a=math.floor(math.sqrt(int(input()))) print(a)
2025-06-16
0
15
题解 | 整数的十位
a=abs(int(input())) print(a//10%10)
2025-06-16
0
11
首页
上一页
1
2
3
4
5
下一页
末页