Leeee1111 / testjudge-asia

0 stars 0 forks source link

B0308 實心正方形 #24

Open Leeee1111 opened 1 month ago

Leeee1111 commented 1 month ago
a=input()
b=int(a[:-1])
c=a[-1]
for _ in range(b):
    print(b*c)