← Back to List

26766번: Serca ↗

Solutions

Python 3
143 B | 143 chars
s = """ @@@   @@@ 
@   @ @   @
@    @    @
@         @
 @       @ 
  @     @  
   @   @   
    @ @    
     @     
"""

print(s * int(input()))