Run ID:91764
提交时间:2024-09-22 14:40:35
s=input().split() a=s[0] b=s[1] c=s[2] a=str(a) b=str(b) c=str(c) print(a+b+c)