s=input().split() y="" for i in s: y+=i print(int(y))