#include using namespace std; using ll=long long; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); int n,m; cin>>n>>m; int ans=0; for(int i=0;i<30;i++){ if(n>>i&1){ if(i%2==0){ ans+=(1<>i&1)==0){ cout<<-1<>i&1)==1){ cout<<-1<