Introduction - If you have any usage issues, please Google them yourself
Daffodils refers to a number of bits n (n ≥ 3), the numbers on each of its bits equal to n-th power of its own. (For example: 1 ^ 3+ 5 ^ 3+ 3 ^ 3 = 153)// Function: to determine whether the input nValue daffodils// Input: nValue is a positive integer// Output: None// Return: If the input is Narcissus flower number, returns 1, otherwise 0