Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 數據存儲和處理
方阵
Module:
方阵
Problem
6
/7
让我们旋转数组
Problem
给定一个方形数组。顺时针旋转
90
度。将结果写入同一个数组,不能使用辅助数组。
输入
输入一个数字
n
- 方形数组的大小 (n <=10),然后输入大小为
nхn
的数组本身。
印记
输出结果数组。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
3
1 2 3
4 5 6
7 8 9
7 4 1
8 5 2
9 6 3
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary