#D2754. Shifting a Matrix

    ID: 2294 Type: Default 5000ms 536MiB

Shifting a Matrix

Shifting a Matrix

Example

Input

3 2 R1

Output

3 1 2 4 5 6 7 8 9

inputFormat

Input

3 2 R1

outputFormat

Output

3 1 2 4 5 6 7 8 9

样例

3 2
R1
3 1 2

4 5 6 7 8 9

</p>