eolymp
bolt
Try our new interface for solving problems

Strip

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 '#'.

Time limit 1 second
Memory limit 128 MiB
Input example #1
7
Output example #1
#######
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"