soeicer
soeicer
全部文章
分类
归档
标签
去牛客网
登录
/
注册
soeicer的博客
全部文章
(共1篇)
题解 | 素数判断
t=int(input()) i=0 while i<t: n=int(input()) if n<2: print("No") else: m=1 j=2 while j*j&l...
2025-11-20
0
42