#B2025. Diagonal Star Diamond

    ID: 11107 Type: Default 1000ms 256MiB

Diagonal Star Diamond

Diagonal Star Diamond

Using the * character, construct a rotated diamond (rhombus) such that its vertical (and horizontal) diagonal length is $5$. The diamond should be printed exactly as shown in the output. Use LaTeX for any formulas. Note that the diamond is formed by placing the stars at specific positions as follows:

  *  
 * * 
*   *
 * * 
  *  

This problem does not require any input.

inputFormat

No input is required for this problem. You can ignore any input if provided.

outputFormat

Output the diamond exactly as shown below:

  *  
 * * 
*   *
 * * 
  *  

sample

dummy
  *  
  • </code></pre>