Docoding OJ
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
Register
4380: 【入门】放大的Z
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:20
Solved:15
Submit
Submit Record
Statistics
ShowOff!
Description
打印n行放大的Z。 比如: n=3,打印图形如下 *** * *** n=4,打印图形如下 **** * * **** n=5,打印图形如下 ***** * * * *****
Input
一个整数n(n<10)
Output
n行放大的Z。
Sample Input
Copy
4
Sample Output
Copy
**** * * ****
Source/Category
循环
嵌套循环-图形输出
Submit
Submit Record
Statistics
ShowOff!