浅小墨
浅小墨
全部文章
分类
归档
标签
去牛客网
登录
/
注册
浅小墨的博客
全部文章
(共1篇)
题解 | 平方根
import math n = int(input()) print(int(math.sqrt(n)))
2025-07-17
1
31