from sys import stdin
print("".join(stdin.read().split()))