-->
当前位置:首页 > 题库

PROGRAMMING:Hollow isosceles triangle*

Luz5年前 (2021-05-10)题库459
Please write a program to output hollow isosceles triangle.
####Input format
>Number of rows (positive integer)
####Output format
>A hollow isosceles triangle outlined by an asterisk
####Input sample 1
```in
one
```
####Output sample 1
```out
*
```
####Input sample 2
```in
five
```
####Output sample 2
```out
*
* *
* *
* *
****
```







answer:If there is no answer, please comment