A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

public class 水仙花问题 {
        public static void main(String[] args) {
                for(int x=100; x<=1000; x++){
                        int ge= x%10;
                        int shi=x/10%10;
                        int bai=x/100%10;
                        if((ge*ge*ge+shi*shi*shi+bai*bai*bai)==x){
                                System.out.println(x);
                        }
                }
        }
}

3 个回复

正序浏览
恭喜呀~!
回复 使用道具 举报
{:2_33:}{:2_33:}{:2_33:}{:2_32:}!!!!!
回复 使用道具 举报
hyl 中级黑马 2015-12-14 19:47:15
沙发
会做了,恭喜啊。
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马