first = input() split_first = first.split() a = int(split_first[0]) b = int(split_first[1]) s = split_first[2] print(a+b) print(s)