eliakimatamba/narcissistic_number
Narcissistic number is an n-digit number that is the sum of the nth powers of its digits, e.g., other than the trivial single digit numbers 370=3^3+7^3+0^3 is a narcissistic number.
C++
Narcissistic number is an n-digit number that is the sum of the nth powers of its digits, e.g., other than the trivial single digit numbers 370=3^3+7^3+0^3 is a narcissistic number.
C++