#38606: Python ANS


106176@stu.mhups.tp.edu.tw (04劉旻燁)


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

print(a+b)