Steps Down
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes an integer n as input, representing the number of steps. Your task is to print the steps in a downward pattern using spaces and hash symbols #, as illustrated in the example.
Input
A natural number n, where 1 ≤ n ≤ 100
Output
Print the steps in the format shown in the example image.
Examples
Input #1
Answer #1
Submissions 624
Acceptance rate 80%