python-algorithm
백준 24723 녹색거탑
무적김두칠
2022. 5. 25. 10:10
1
2
3
4
|
def sol(n):
return pow(2,n)
print(sol(int(input())))
|
cs |
반응형