为什么一直提示缺少水仙花数153?
hd == (num-sd-10*td)/100; td == (num-sd-100*hd)/10; //获取三位数字num个位上的数字 sd == num-10*td-100*hd; if(num == hd*hd*hd + td*td*td +sd*sd*sd) { printf("水仙花数字:%d\n", num); 我这块儿哪里不对了,总是提示没有水仙花数153.虽然写的比较繁琐,但是我看不出哪里有错啊?
hd == (num-sd-10*td)/100; td == (num-sd-100*hd)/10; //获取三位数字num个位上的数字 sd == num-10*td-100*hd; if(num == hd*hd*hd + td*td*td +sd*sd*sd) { printf("水仙花数字:%d\n", num); 我这块儿哪里不对了,总是提示没有水仙花数153.虽然写的比较繁琐,但是我看不出哪里有错啊?
2018-03-22
举报