while True:
    try:
        n=int(input())
        print(n*"*")
    except:
        break