🌈 搜索
📅  最后修改于: 2022-03-11 14:44:48.496000             🧑  作者: Mango
returns the number of set bits in a integer. cout<< __builtin_popcount (11); //1011 //Ouput: 3