import sys input=lambda: sys.stdin.readline().rstrip() a,b=map(float,input().split()) print(a+b)