import sys while 1: str = sys.stdin.readline() if str is None: break sys.stdout.write(str)