def i(v): print(v) t = input().split(" ") a = input() n = int(t[0]) z = int(t[1]) y = n + z o = str(y) u = o + " " b = u + a i (b)