1671: 图形打印正方形

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:2

Description

输入一个n,输出一个n*n的正方形图形。
输入
2
输出
##
##
 
输入
5
输出
#####
#####
#####
#####
#####

Sample Input Copy


Sample Output Copy


Source/Category