不使用乘法、除法、取余作除法
//除法 public static int chufa(int a,int b){ if(a<b){ return 0; } int t = 1; int sum = b; while((sum+sum)<=a){ sum += sum; t += t; } return t+chufa(a-sum,b); }
转载于:https://www.cnblogs.com/wkcode/p/10418572.html
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
QQ咨询|关于我们|Archiver|手机版|小黑屋|( 辽ICP备15012455号-4 ) Powered by 期权论坛 X3.2 © 2001-2016 期权工具网&期权论坛 Inc.
下载期权论坛手机APP