AR1NHAPINMANG - InputOutut Array 2D

no tags 

Allow user enter size n x m of array, then entry each element in array

Input

n m

pt00 pt01 ....

pt10 pt11 ....

Output

pt00 pt01 .... (use tab)

pt10 pt11 ....

Example

Input:
2 3
1 2 3
4 5 6
Output:
1	2	3
4 5 6


Added by:khanhvh
Date:2020-11-17
Time limit:1s-5s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All