A. Welcome
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output

Welcome to UTPC! We are excited for a great semester of contests ahead and hope that you enjoy today's contest. To start with (and as a way to test and get used to the Codeforces submission system), just read the input in and output it unchanged.

Input

The input will contain a single string $$$s$$$ of length $$$n$$$ where $$$1 \leq n \leq 100$$$.

Output

Output the same string as the input.

Example
Input
Welcome to UTPC!
Output
Welcome to UTPC!