2026-04-13 22:17:46 +09:00

1 line
82 B
Python

(lambda N : print("\n".join([" "*n + "*"*(N-n) for n in range(N)])))(int(input()))