Two-dimensional array - input, output
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
You are given a two-dimensional array of size . Read the two-dimensional array and print it.
Input
The first line contains two numbers and — the number of rows and columns in array. Then lines of integers are given — the elements of array. All numbers do not exceed by absolute value.
Output
Print lines, each with integers — the elements of array.
Examples
Input #1
Answer #1
Submissions 5K
Acceptance rate 55%