[BOJ / Python] 2903 중앙 이동 알고리즘

도니·2023년 4월 7일

BOJ / Python

목록 보기
50/105
post-thumbnail

문제

백준 2903 중앙 이동 알고리즘

코드

#BOJ 2903 중앙 이동 알고리즘

n = int(input())
print((2**n+1)**2)
profile
Where there's a will, there's a way

0개의 댓글