n = int(input())
b = bin(n)
print(b.count('1'))

#注意将十进制转为二进制用的是bin()函数,count()函数里面的内容必须用""引号括起来
全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务