Run ID:77417
提交时间:2024-06-09 13:02:58
s=input() s1="" for i in range(len(s)): a=s[i]+" " s1=s1+a print(s1)