Double precision in C++ (or pow(2, 1000))

前端 未结 7 507
情书的邮戳
情书的邮戳 2021-01-14 19:38

I\'m working on Project Euler to brush up on my C++ coding skills in preparation for the programming challenge(s) we\'ll be having this next semester (since they don\'t let

7条回答
  •  再見小時候
    2021-01-14 20:12

    You probably need a pointer here (pun intended)

    In C++ you would need to create your own bigint lib in order to do the same as in python.

提交回复
热议问题