Question 1: Repeat after Me!

The Problem

This is a little warmup problem to check that your account is set up correctly, that we can receive your solutions correctly, and that we can judge your solutions and record the results correctly.

No lunch until everything is correct.

The input consists of a sequence of text lines, each terminated with a newline character. Your program should print the lines exactly as they appear in the input.

As with all questions, the input sequence is presented on the standard input stream (stdin); the output should be sent to the standard output stream (stdout).

Sample Input

967-1111
241-0-241
310-10-10

Sample Output

967-1111
241-0-241
310-10-10