A,B=map(int,input().split()) X=[] X.append(A) X.append(B) print(sum(X))