import sys import math A,B=map(int,raw_input().strip().split(" ")) print(A+B)