1
2
3
4
5
6
# Jakub Rozek
# A+B

a = input()
b = input()
print (int(a)+int(b))