#include using namespace std; using ll=long long; int main(){ ll n,m; cin>>n>>m; vector a(n); for(ll i=0;i>a[i]; a[i]*=2; } map mp; for(ll i=0;i