#include using namespace std; int main() { int a=0,x=0,aux=1; cin>>a; while(aux<=a){ if(aux&a) x++; aux=aux<<1; } cout<