반응형
츄르사려고 코딩하는 코집사입니다.
1. [Softeer] Softeer 나무 출력 파이썬(Python)
1) 문제 제목 : 나무 출력
2) 문제 출처
https://softeer.ai/practice/9655
2. 풀이
- 단순 출력 문제다.
3. 소스 코드
import sys
input = sys.stdin.readline
print(' ********* ')
print(' ***** **** ')
print(' ** ** ')
print(' * * ')
print(' ** ** ')
print('* * ')
print('* * ')
print('** ** ')
print(' ** * **** **** * ** ')
print(' ** ***** ****** ***** ** ')
print(' **** ')
print(' **** ')
print(' **** ')
print(' **** ')
print(' ****** ')
print(' ******** ')
반응형
'알고리즘 > Softeer' 카테고리의 다른 글
[Softeer] Softeer 연탄 나무 공격 파이썬(Python) (0) | 2024.10.30 |
---|---|
[Softeer] Softeer 연탄 배달의 시작 파이썬(Python) (0) | 2024.10.29 |
[Softeer] Softeer [한양대 HCPC 2023] 개표 파이썬(Python) (0) | 2024.10.29 |
[Softeer] Softeer 효도의 시작 파이썬(Python) (0) | 2024.10.29 |
[Softeer] Softeer 메리 크리스마스 파이썬(Python) (0) | 2024.10.29 |
[Softeer] Softeer 금고털이 파이썬(Python) (0) | 2024.01.23 |
[Softeer] Softeer 비밀 메뉴 파이썬(Python) (0) | 2024.01.23 |
[Softeer] Softeer 전광판 파이썬(Python) (0) | 2024.01.22 |
최근댓글