A,B = map(str,input().split()) print(int(A)+int(B))