-->
当前位置:首页 > 题库

PROGRAMMING:Spin and jump, I close my eyes

Luz5年前 (2021-05-10)题库458
。。。
###Input format:
In the first line, enter an N, m( Multiple sets of data)
Next, enter a matrix of n * M;
Then enter a number d (0 < n, m < = 50, d < = 1000);
###Output format:
Output matrix rotates clockwise d * 90 ° It's the way you look.
###Input example:
Here is a set of inputs. For example:
```in
2 2
1 2
3 4
one
```
###Output example:
The corresponding output is given here. For example:
```out
3 1
4 2
```







answer:If there is no answer, please comment