2的n次方

n=int(input(""))
print(2**n)

 

posted @ 2020-04-14 21:53  林晓婷  阅读(481)  评论(0)    收藏  举报