游客 Signup | Login
中文 | En

3379 - 打印梯形2

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

输入正整数n和m,打印由n行m列的*号组成的梯形。

n,m<=20

Input

 

Output

Examples

Input Format

3 5

Output Format

  *****
 *****
*****