提交时间:2025-03-21 14:22:17

运行 ID: 313206

n=int(input()) for i in range(n): print("*"*n)