Run ID:92107

提交时间:2024-09-28 13:31:11

s=input().split() a=s[0] b=s[1] c=s[2] int(a+b+c) print(s)