2的N次

import math
n=eval(input())
a=math.pow(2,n)
print(a)

 

posted on 2018-04-04 19:16  hbuzhangshuning  阅读(126)  评论(0编辑  收藏  举报

导航