Print array
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
An array of integers is given. Print all its elements in a single column, do not change their initial order.
Input
The first line contains the number . The second line contains integers, each no more than by absolute value.
Output
Print each element of the array on a separate line.
Examples
Input #1
Answer #1
Submissions 20K
Acceptance rate 61%