Type: RemoteJudge 1000ms 256MiB

练64.1 图像旋转

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

输入一个 nnmm 列的黑白图像,将它顺时针旋转 9090度后输出。

输入格式

第一行包含两个整数 nnmm,表示图像包含像素点的行数和列数。1n1001≤n≤1001m1001≤m≤100
接下来 nn 行,每行 mm 个整数,表示图像的每个像素点灰度。相邻两个整数之间用单个空格隔开,每个元素均在 0sim2550sim 255 之间。

输出格式

mm 行,每行 nn 个整数,为顺时针旋转 9090 度后的图像。相邻两个整数之间用单个空格隔开。

样例

3 3
1 2 3
4 5 6
7 8 9
7 4 1
8 5 2
9 6 3

语法组8.12作业——数组2:字符串

Not Claimed
Status
Done
Problem
17
Open Since
2023-8-12 11:00
Deadline
2023-8-12 17:00
Extension
48 hour(s)