看大家都是用c++解的,我这个学Python的懵了运行了好几次,都错了
num1, num2, num3 = input().split() print('{:>8}{:>8}{:>8}'.format(num1, num2, num3))