美文网首页
The Python Challenge(1)

The Python Challenge(1)

作者: 发条蛙 | 来源:发表于2017-10-20 16:48 被阅读0次

    问题链接

    问题链接如下:

    http://www.pythonchallenge.com/pc/def/0.html
    

    答案链接

    答案链接如下:

    http://www.pythonchallenge.com/pc/def/274877906944.html
    

    解题思路

    求出图中2^38的结果,替换问题连接中的相应字符串即可:

    $ python -c "print 2**32"
    4294967296
    

    相关文章

      网友评论

          本文标题:The Python Challenge(1)

          本文链接:https://www.haomeiwen.com/subject/yzpvuxtx.html