题解 | #整数转化#

整数转化

http://www.nowcoder.com/practice/c7df20a5a39e4357aecc1071e7fd523c

# -*- coding:utf-8 -*-
class Transform:
    def calcCost(self, A, B):
        # write code here
        temp = A ^ B 
        counter = 0
        
        while temp > 0:
            if temp & 1 == 1:
                counter += 1
            temp >>= 1
        return counter
全部评论

相关推荐

11-25 22:06
已编辑
华为 2012基座大模型(预研) 15A 硕士985
点赞 评论 收藏
分享
给🐭🐭个面试机会...:我擦seed✌🏻
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务