cho.sh
Notes
Loading...

Print an Asterisk Square

Time limit

1s

Memory limit

128 MB

Problem

Given an integer N, print an N x N square filled with asterisks (*).

Input

The first line contains an integer N. (1 <= N <= 100)

Output

Print exactly N lines. Each line must contain exactly N asterisks (*).