Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

UTP_05 - Read Them All

Develop a Python code to read a series of integers and display them

Input

A series of n integers

Output

Display all n integers available in the inputs in the order they appear

Example

Input:
1
2
88
45
99
0
12
Output:
1
2
88
45
99
0
12

Added by:jbA
Date:2021-07-19
Time limit:1s-2s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:NCSHARP JULIA PYTHON3

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