文件名称:source
-
所属分类:
- 标签属性:
- 上传时间:2014-01-18
-
文件大小:932byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
水仙花数是指一个 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
source/OJ.h
source/
source/OJ.h
source/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.