Print the input as is

Read all input lines and print them unchanged in the same order.

Easy1ImplementationNo attempts yetTime limit1sMemory limit256 MB

Problem

Write a program that prints the input exactly as it was given.

Input

The input has at most 100 lines. Each line consists only of lowercase letters, uppercase letters, digits, and spaces, and its length is at most 100 characters. No line is empty, and no line starts or ends with a space.

Output

Print the input exactly as it was given.