public static int changeNumber (int num) { if(num == 0)return 2; int temp = num; int count = 0; int flag = 1; int base = 0; while(temp!=0){ if((temp&flag) == 0){ count++; } if(count==2)break; temp = temp>>>1; base++; } if(count == 0)return (int) (num+Math.pow(2,base+1)); return (int) (num+Math.pow(2,base)); }
点赞 3

相关推荐

头像
11-06 10:58
已编辑
门头沟学院 嵌入式工程师
双非25想找富婆不想打工:哦,这该死的伦敦腔,我敢打赌,你简直是个天才,如果我有offer的话,我一定用offer狠狠的打在你的脸上
点赞 评论 收藏
分享
11-07 13:31
怀化学院 Java
勇敢牛牛不怕难:又疯一个
点赞 评论 收藏
分享
牛客网
牛客企业服务