摘要:
代码 newbase = int(input('Enter the new base:')) decimalnumber = int(input('Enter the new number to be converted:')) quotient=1 answer='' dict1={'10':'A 阅读全文
摘要:
算法说明及链接 https://www.cnblogs.com/newpanderking/archive/2011/07/25/2116323.html 辗转相除法的伪代码 Read num1 Read num2 Set r to num1%num2 WHILE(r != 0) Set num1 阅读全文