文件名称:source
介绍说明--下载内容均来自于网络,请自行研究使用
水仙花数是指一个 n 位数 ( n≥3 ),它的每个位上的数字的 n 次幂之和等于它本身。(例如:1^3 + 5^3 + 3^3 = 153)
// 功能:判断输入 nValue 是否为水仙花数
// 输入: nValue为正整数
// 输出:无
// 返回:如果输入为水仙花数,返回1,否则返回0-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
// 功能:判断输入 nValue 是否为水仙花数
// 输入: nValue为正整数
// 输出:无
// 返回:如果输入为水仙花数,返回1,否则返回0-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
source\OJ.cpp
......\OJ.h
source