Run ID:91246
提交时间:2024-09-21 14:31:43
a=input().split() b=int(a[0]) c=int(a[1]) d=int(a[2]) print(b,c,d,sep="")