eolymp
bolt
Try our new interface for solving problems
Problems

Template 2

Template 2

Given the positive integer $n$. Print the image of size $n * n$, formed by the asterisk and space characters as shown in the example. \includegraphics{https://static.eolymp.com/content/il/iluhb6nir10ir74v70l64gieag.gif} \InputFile One positive integer $n\:(n \le 100)$. \OutputFile Print the image $n * n$.
Time limit 1 second
Memory limit 128 MiB
Input example #1
5
Output example #1
*****
    *
*****
*    
*****
Input example #2
8
Output example #2
********
       *
********
*       
********
       *
********
*      
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"