PROG0046 - Echo

You receive one line of input and you simply have to repeat this input. You have to write a program which functions as an echo.

Input

One line of text without any further restrictions.

Output

The same text which can be read under input.

Example

Input:

42

Output:

42

Example

Input:

ECHO

Output:

ECHO

Je krijgt één regel invoer en je moet eenvoudig weg deze invoer herhalen. Je moet dus een programma schrijven dat als echo fungeert.

Invoer

Eén regel tekst zonder verdere restricties.

Uitvoer

Dezelfde tekst als je hebt ingelezen bij de invoer.

Voorbeeld

Invoer:

42

Uitvoer:

42

Voorbeeld

Invoer:

ECHO

Uitvoer:

ECHO

Added by:Peter Dawyndt
Date:2011-07-25
Time limit:10s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:PY_NBC
Resource:None

© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.