# coding: utf-8 # Your code here! a,b=input().split() print(int(a)+int(b))