首页
Java
登录
6mi
u
盘
搜
搜 索
Java
BZOJ1876
BZOJ1876
xiaoxiao
2021-02-28
37
http://www.lydsy.com/JudgeOnline/problem.php?id=1876
好无耻哦
写了一发python
AC代码:
a=(int)(input()) b=(int)(input()) while b!=0: t=a a=b b=t%b print(a)
转载请注明原文地址: https://www.6miu.com/read-2630006.html
技术
最新回复
(
0
)