{ int@n; VI@a(n); VI b(n); rep(i,n) b[i]=i; sortV(a,b); int z=0; rep(i,n-1) z+=b[i]