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 I couldn't find out how can I do a pow(2,500) in gmp.
Can you please help? thanks.
|
I am trying to do Someone told me I can use Can you please help? thanks.
| |||||||||||
feedback
|
|
Read the fine manual: Integer Exponentiation :-D (Hint: choose either of the bottom two functions.) | |||||
feedback
|