#335. 图形打印正方形

图形打印正方形

Description

一个n,输出一个n*n的正方形图形。

Format

Input

一个整数n

Output

输出一个n*n的正方形图形

Samples

2
##
##
5
#####
#####
#####
#####
#####

Limitation

1s, 1024KiB for each test case.