x,y= input().split() x=int(x) y=int(y) def add(x, y): return x + y print (add(x,y))