#P67. 字符正方形
字符正方形
题目描述
给定一个整数 ( N(0 < N < 10) ) 和一个字符,输出由该字符组成的 ( N ) 行 ( N ) 列的正方形。
输入数据 1
3 @
输出数据 1
@@@
@@@
@@@
给定一个整数 ( N(0 < N < 10) ) 和一个字符,输出由该字符组成的 ( N ) 行 ( N ) 列的正方形。
3 @
@@@
@@@
@@@
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.