eolymp
bolt
Try our new interface for solving problems
Problems

Print array

Print array

An array of $n$ integers is given. Print all its elements in a single column, do not change their initial order. \InputFile The first line contains the number $n~(1 \le n \le 100)$. The second line contains $n$ integers, each no more than $100$ by absolute value. \OutputFile Print each element of the array on a separate line.
Time limit 1 second
Memory limit 128 MiB
Input example #1
4
5 0 -7 2
Output example #1
5
0
-7
2
Author "ABC programming"
Source Matviychuk Sergiy Volodymyrovych