Problem #208
Just Mod it !
For all the integers in range 1 to 10^18. Find out the number of integers n such that n^n mod(100) =n Note: Here, mod refers to the remainder operator and not the relation.
For all the integers in range 1 to 10^18. Find out the number of integers n such that n^n mod(100) =n Note: Here, mod refers to the remainder operator and not the relation.