#54852: 簡單理解


0801elmer666@gmail.com (薛冠志)


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