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