Square
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Create a program that outputs a square made of stars, with each side measuring n
stars.
Input
An integer n
(1 ≤ n ≤ 50
) representing the size of the square.
Output
Display a square of stars with dimensions n x n
.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 1K
Acceptance rate 72%