#include using namespace std; int main() { int n; cin>>n; int i=n>0; while(n&=(n-1)) i++; cout<