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