The problem requires me to use 64-bit integer. How can I initialize and implement that in python3?
You've misinterpreted their warning. They're telling you to use a larger type than normal in order to avoid overflow issues seen with a 32-bit type. Since Python's int
is essentially boundless there will never be an overflow issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With