Олимпиадный тренинг

Задача 39270. Conclusion


Задача

Темы: Вложенные циклы
Given the numbers N and m, display the number m as a table of size NxN.

Input
The input is two natural numbers N and (N <= 100, m <= 100).

Imprint
Display the number m as a table of size NxN.
 
Examples
# Input Output
1 3 5 5 5 5
5 5 5
5 5 5