1
2
3
a = int(input().strip())
b = int(input().strip())
print(a+b)