Type: Default 1000ms 256MiB

旋转方阵

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.

题目背景

春季运动会马上就要开始了, 大明的班级准备了一个方阵节目

题目描述

有一个 n×nn \times n 的方阵, 由 01 组成, 现在我们希望最外层的元素顺时针移动一格, 打印移动后的结果

输入格式

第一行一个整数 nn

接下来一个 n×nn \times n 的方阵

输出格式

输出顺时针移动后的方阵

样例 #1

样例输入 #1

4
0101
1101
1111
0000

样例输出 #1

1010
1101
0111
0001

数据范围

1n1021 \le n \le 10^{2}

[NOI蓝图杯] 四月月赛

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
7
Start at
2024-5-25 12:00
End at
2024-5-29 16:00
Duration
100 hour(s)
Host
Partic.
112