示例#1
0
def doEuc():
    c = Euclid()
    c.getInput()
    c.getGcd()
    c.showResult()