check whether the given number is happy in b-base.

  • A happy number can be defined as a number which will yield 1 when it is replaced by the sum of the square of its digits repeatedly. If this process results in an endless cycle of numbers containing 4, then the number is called an unhappy number.

This is the case for base-10. For other bases, different scenerios would occur.

https://en.wikipedia.org/wiki/Happy_number

Solution Stats

115 Solutions

38 Solvers

Last Solution submitted on Jun 05, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...