num = map(int,input().split()) cher = input() num = str(sum(num)) print(num+cher)