우당탕탕 개발일지
[숫자] Softeer level2 8단 지도 자동 구축 (Python 파이썬) 본문
💡문제 링크
💡코드
import sys
n = int(input())
print((2**n+1)**2)
so easy..
'알고리즘' 카테고리의 다른 글
[반복문/인덱싱/대문자] Softeer level 2[한양대 HCPC 2023] X marks the Spot(Python 파이썬) (1) | 2024.03.15 |
---|---|
[반복문] Softeer level 2 연탄의 크기 (Python 파이썬) (0) | 2024.03.15 |
[조건문] Softeer level2 8단 변속기 (Python 파이썬) (0) | 2024.03.14 |
[숫자] 소프티어 Softeer level 2 전광판 (Python 파이썬) (0) | 2024.03.12 |
[스택/큐] 프로그래머스 level 1 같은 숫자는 싫어 (Python 파이썬) (0) | 2024.03.06 |