1
2
3
4
# Author: Bartek Knapik
a = input()
b = input()
print(int(a) + int(b))