Run ID:91435

提交时间:2024-09-21 19:10:06

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