编程介的小学生
2017-11-06 02:50Rolling table
10Problem Description
After the 32nd ACM/ICPC regional contest, Wiskey is beginning to prepare for CET-6. He has an English words table and read it every morning.
One day, Wiskey's chum wants to play a joke on him. He rolling the table, and tell Wiskey how many time he rotated. Rotate 90 degrees clockwise or count-clockwise each time.
The table has n*n grids. Your task is tell Wiskey the final status of the table.
Input
Each line will contain two number.
The first is postive integer n (0 < n <= 10).
The seconed is signed 32-bit integer m.
if m is postive, it represent rotate clockwise m times, else it represent rotate count-clockwise -m times.
Following n lines. Every line contain n characters.
Output
Output the n*n grids of the final status.
Sample Input
3 2
123
456
789
3 -1
123
456
789
Sample Output
987
654
321
369
258
147
- 点赞
- 回答
- 收藏
- 复制链接分享
0条回答
为你推荐
- Laravel Argument 1传递给了
- laravel
- php
- 1个回答
- 共享用户标识令牌的合理安全性?
- cryptography
- security
- php
- 2个回答
- 如果另一个代码块失败,则PDO回滚
- pdo
- php
- 1个回答
- mySQL加入表没有重复[关闭]
- mysql
- php
- 2个回答
- 当应该为0时,左连接显示2个结果
- sql
- mysql
- php
- 2个回答