Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.
Problem hidden on 2013-12-28 19:25:49 by Mitch Schwartz

MATRIXAN - Matrix Animation


A computer animation fits in an m*n matrix. By joining the values of matrix ,it gives a rough
image of the animation.rotate the image by 90 degrees.
Input:
The line represents the m value and second line represents n value.
2
3

A computer animation fits in an m*n matrix. By joining the values of matrix ,it gives a rough  image of the animation.rotate the image(matrix) by 90 degrees.

Constraints:

m>0,n>0

Input:

The first line represents the m value and second line represents n value.From third line take input in the matrix format.

2

3

2      3       6

4      5       7

ouput:

4       2

5       3

7       6


 


Added by:Vasavi OPC Team
Date:2013-12-24
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64

hide comments
2013-12-28 19:24:55 Mitch Schwartz
Ok, problem is now hidden. Please see my comment for http://www.spoj.com/problems/VAULT/ if you are confused about this decision.
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.