a = map(str, input().split()) string = input() print("{} {}".format(" ".join(a), string))