#include using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;i>n; int ans=0; while(n){ ans+=n%2; n/=2; } cout<