首页
编程
java
php
前端
首页
编程
java
php
前端
判断水仙花数,为什么我的错误,
j=i%10; //个位
k=i/10%10; //十位
n=i/100; //百位
水仙花数=个位的3次方+十位的三次方+百位的3次方。
点击展开全文