A,B = list(map(float,input().split())) print(int(A+B+0.5))