i=list(map(int,input().split(" "))) print(sum(i))