Something is required to store numbers more than int64 can contain.
There is an idea to create an array of int, where the first element is one, the second is thousands, the third is millions, and so on. But this solution is very cumbersome and takes up a lot of space.
What other options or how to improve the proposed?