题解 | #查找组成一个偶数最接近的两个素数#

查找输入整数二进制中1的个数

http://www.nowcoder.com/practice/1b46eb4cf3fa49b9965ac3c2c1caf5ad

标准库yyds

#include <algorithm>
#include <bitset>

using namespace std;

int main() {
    unsigned x;
    while(cin>>x){
        bitset<32> s(x);
        int n=s.count();
        cout<<n<<endl;
        
        
    }
}

全部评论

相关推荐

11-27 12:43
已编辑
门头沟学院 C++
点赞 评论 收藏
分享
字节 飞书绩效团队 (n+2) * 15 + 1k * 12 + 1w
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务