Print Matrix
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given matrix — let's call it array. For given values and print the array ( rows and columns of the given array).
Input
First line contains number . Next lines contains the matrix. The last line contains two integers and . All numbers in the matrix are no more than by absolute value.
Output
Print matrix.
Examples
Input #1
Answer #1
Input #12
Answer #12
Submissions 10K
Acceptance rate 70%