← Back to List

23803번: 골뱅이 찍기 - ㄴ ↗

Solutions

Python 3
57 B | 57 chars
n = int(input())
print(("@"*n+"\n")*n*4+("@"*5*n+"\n")*n)