题解 | 求最大连续bit数

n = int(input())
s = str(bin(n))[2:] //去掉前面的'0b'
print(max(map(len, s.split('0')))) 

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务