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