beecrowd | 2747

Output 1

By Roberto A. Costa Jr, UNIFEI BR Brazil

Timelimit: 1

Your programming teacher would like to make a screen with the following characteristics:

  1. Have 39 dashes (-) on the first line;
  2. Have a | below the first dash and the thirty-ninth dash of the first line, fill in the middle with whitespace;
  3. Repeat procedure 2 plus four times;
  4. Repeat procedure 1.

At the end should look like the following image:

--------------------------------------- (39 traces)
|                                     |
|                                     |
|                                     |
|                                     |
|                                     |
--------------------------------------- (39 traces)

Input

There is no.

Output

The output will be printed as shown above.

Input Sample Output Sample
---------------------------------------
|                                     |
|                                     |
|                                     |
|                                     |
|                                     |
---------------------------------------