#347. 图形打印长方形
图形打印长方形
说明
输入n,m输出一个n*m的长方形图形。
输入
3 5
输出
@@@@@
@@@@@
@@@@@
输入 5 10
输出
@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@
@@@@@@@@@@
@@@@@@@@@@
样例
输入n,m输出一个n*m的长方形图形。
输入
3 5
输出
@@@@@
@@@@@
@@@@@
输入 5 10
输出
@@@@@@@@@@
By signing up a PaiBlockly编程创客平台图形模块编程软件系统 universal account, you can submit code and join discussions in all online judging services provided by us.