← Back to List
23804번: 골뱅이 찍기 - ㄷ ↗
Solutions
Python 3
74 B | 74 chars
n = int(input()) print(("@"*5*n+"\n")*n+("@"*n+"\n")*n*3+("@"*5*n+"\n")*n)