The Trade Federation is too cheap to purchase practice targets for testing the battle droid weapon system. Your job is to write a program to print targets given an input that specifies the size of the target. The basic shape of a target is a square with an X through the middle. The following is a target of size 7.
|-----| The middle characters are a dash (i.e., minus sign)|* *|| * * || * || * * ||* *||-----|
입력
An odd positive integer greater than 1.
출력
Target of the appropriate size.
|-----| The middle characters are a dash (i.e., minus sign)|* *|| * * || * || * * ||* *||-----|