b = [] while True: x = input() if x == '0': break else: b.append(x) c = ' '.join(b) print(c)_牛客网_牛客在手,offer不愁.
確定! 回上一頁