import sys A,B=list(map(float,input().split())) print(round(A+B))