a,b = map(int,raw_input().split(" ")) s = raw_input() print a + b,s