시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 1024 MB17114512985.430%

문제

In the 2006 Wachowski Brothers movie thriller, starring Hugo Weaving as the main character and Natalie Portman as Evey, V is an anarchist freedom fighter who attempts to ignite a revolution against the brutal neo-fascist regime that has subjugated the dystopian United Kingdom and exterminated its opponents in concentration camps.

To commemorate V and his attempt to complete the failed mission of Guy Fawkes, an 17th century English soldier who attempted to assassinate King James I of England, but was prevented from doing so by his arrest on November 5, 1605, your job is to output the V symbol in large print, using stars to create it.

How you choose to create the output is up to you, either via brute force (fairly easy, but takes time), or some elegant and dynamic technique (more difficult, but a much better, quicker way).

입력

Several integers N, all on one line, ranging in value 2≤N≤9.

출력

A V symbol for each input value N, as shown in examples below, with no blank lines of separation between each V.

예제 입력 1

2 3 4

예제 출력 1

* *
 *
*   *
 * *
  *
*     *
 *   *
  * *
   *