Input Format
You are given an integer N depicting the height of the staircase.
Output Format
Print a staircase of height N that consists of # symbols and spaces as given in Sample Output.
Sample Input
6
Sample Output
#
##
###
####
#####
######