Problem2779--字符矩形

2779: 字符矩形

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 87  Solved: 72
[Status] [Submit] [Creator:]

Description

输出一个 n 行 m 列有字符 '#' 组成的字符举行。

Input

一行,两个整数 n 和 m(1 ≤ n,m ≤ 100)。

Output

输出一个 n 行 m 列有字符 '#' 组成的字符举行。

Sample Input Copy

6 8

Sample Output Copy

########
########
########
########
########
########

Source/Category