以下代码输出多少? #include <iostream> int main() { int n = 2021; int count = 0; while (n) { count++; n = n&(n – 1); } std::cout << count << std::endl; }
区块链毕设网qklbishe.com为您提供问题的解答
以下代码输出多少?
#include <iostream> int main() { int n = 2021; int count = 0; while (n) { count++; n = n&(n - 1); } std::cout << count << std::endl; }
n&(n – 1) 等价于求n的二进制中1的个数
17:17
以上就是关于问题以下代码输出多少? #include <iostream> int main() { int n = 2021; int count = 0; while (n) { count++; n = n&(n – 1); } std::cout << count << std::endl; }的答案
欢迎关注区块链毕设网-
专业区块链毕业设计成品源码,定制。
区块链NFT链游项目方科学家脚本开发培训