BZOJ1876

xiaoxiao2021-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)