#include using namespace std; using ll=long long; using Graph=vector>; #define MOD 1000000007 /* srand((unsigned int)time(NULL)); for(int i=0;i<10;i++){ cout<>N; int ans=0; if(N%2==1){ ans++; } N>>=1; int one=0; while(N>0){ if(N%2==1&&N!=1){ one=1; } ans+=1; N>>=1; } cout<