int Solution::singleNumber(const vector &A) { long long ans=0; vector v=A; for(int j=0;j<40;++j) {long long one=0; for(int i=0;i