a, b = map(str, input().split()) print(int(a + b))