Rectangular shape


Submit solution

Points: 5
Time limit: 5.0s
Memory limit: 12M

Authors:
Problem type
Allowed languages
C++

TASK

  1. To get a rectangular using single digit

Input Format:

5

Output Format:

Make a rectangular shape by a single digit number :

 5 5 5 5    
 5     5    
 5     5    
 5     5    
 5     5    
 5 5 5 5

Comments

There are no comments at the moment.