Question

I am trying to do pow(2,500) in C++. But I think long long is not enough.

Someone told me I can use gmp.h. But how do I do a pow(2,500) in gmp?

Était-ce utile?

La solution

See Integer Exponentiation. Hint: choose either of the bottom two functions.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top