Strip
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
One positive integer n is given. Print the strip with n symbols '#' as shown in the sample.
Input
One positive integer n.
Output
Print the strip with n symbols '#'.
Examples
Input #1
Answer #1
Submissions 17K
Acceptance rate 66%