print("\033c") input = int(input("Enter a number: ")) for _ in range(input): print ("+" * input)