const int maxn=1e5+100; int a[maxn]; int main() { int n,i,j,q,d; cin>>n>>q; for(i=0;i<n;i++) cin>>a[i]; while(q--){ ci...