publicclassShuiXianHuaShu {publicstaticvoidmain(String[] args) {intx = 0;//定义水仙花数的个数for(inti=100;i<=999;i++){intb = i/100;//取得百位数ints = i%100/10;//取得十位数intg = i%10;//取得个位数if(i==Math.pow(b, 3) + Math.pow(s, 3) + Math.pow(g, 3)){ x++;//...
publicclassShuiXianHuaShu {publicstaticvoidmain(String[] args) {intx = 0;//定义水仙花数的个数for(inti=100;i<=999;i++){intb = i/100;//取得百位数ints = i%100/10;//取得十位数intg = i%10;//取得个位数if(i==Math.pow(b, 3) + Math.pow(s, 3) + Math.pow(g, 3)){ x++;//...