ROSECODE 349
Periodic Kaprekar Numbers
A n-digits Kaprekar number, in base 10, is an integer such as its square can be split in 2 parts that add up to this number.
For instance:
We say that a string is periodic if there is a substring of such as where the number of repetitions of is
How many 68-digits periodic Kaprekar numbers are there?
Answer format: count,sum
Example : // For 10-digits Kaprekar numbers
[My timing: < 1 sec]
For instance:
We say that a string
How many 68-digits periodic Kaprekar numbers are there?
Answer format: count,sum
Example :
[My timing: < 1 sec]