提交时间:2026-04-22 19:48:29
运行 ID: 318282
n = int(input()) space = 0 for i in range(n): print(" " * space + "*" * (n - i))