str1= input()
a,b = str1.split(' ')
print(int(a)+int(b))