0
点赞
收藏
分享

微信扫一扫

小学奥数 7656 李白的酒 python

大南瓜鸭 2022-01-21 阅读 81

http://noi.openjudge.cn/math/7652/

"""

小学奥数 7656 李白的酒
http://noi.openjudge.cn/math/7652/

"""

res=0

n=int(input())

for i in range(1,n+1):

            res+=1
            res/=2

print("%.5f" %res)
举报

相关推荐

0 条评论