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