#include using namespace std; int N,A[2<<17]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int T; cin>>T; for(;T--;) { cin>>N; for(int i=0;i>A[i]; bool out=true; for(int i=1;i