A67199. 当输入 2023 时,下列C++程序的输出结果为( )。#include <iostream>
单选题
知识点
题目描述
当输入 2023 时,下列C++程序的输出结果为( )。
#include <iostream>
using namespace std;
int main() {
int x, ans = 0;
cin >> x;
while (x != 0) {
x -= x & -x;
ans++;
}
cout << ans << endl;
return 0;
}选项(单选)
答案解析
详细答案解析为会员权益,按每日次数查看。
开通 / 升级会员