测试结果和样例一致 但是就是没过
l = input().split(' ') print(" " * (8 - len(l[0])) + l[0] + " " * (8 - len(l[1])) + l[1] + " " * (8 - len(l[2])) + l[2])