Run ID:87728
提交时间:2024-08-11 12:00:32
s=input().split() a=int(s[0]) b=int(s[1]) c=int(s[2]) a=str(a) b=str(b) c=str(c) ss=a+b+c print(ss)