eolymp
Competitions

БГУ Личное Первенство

Matrix

Time limit 1 second
Memory limit 128 MiB

Two positive integers n and m are given. Print the matrix that consists of n lines and m columns, filled with positive integers from 1 to n * m, as shown in the sample.

Input data

Two positive integers n and m (1n, m100).

Output data

Print the required matrix.

Examples

Input example #1
2 3
Output example #1
1 2 3
4 5 6
Author "ABC programming"
Source Matviychuk Sergiy Volodymyrovych