• 大小: 1KB
    文件类型: .java
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 标签: 水仙花  长度  

资源简介

水仙花数 它的每个位上的数字的n次幂之和等于它本身。 位数:3 输出:153,370,371,407 位数:5 输出:54748,92727,93084

资源截图

代码片段和文件信息

package fd.zc;

import java.util.Scanner;


public class Flower {

public static void main(String[] args) {
// System.out.println(getLength(12344));
// System.out.println(isFlowerNum(153));
// System.out.println(isFlowerNum(154));
    Flower f=new Flower();
f.getFlowerNum();
}

public void getFlowerNum()
{
System.out.println(“input a number“);
Scanner sc=new Scanner(System.in);
int size=sc.nextInt();
int beginend;
begin=(int) Math.pow(10 size-1);
end=(int) ((Mat

评论

共有 条评论