#include using namespace std; int main() { // your code goes here int T; cin>>T; while(T--) { int N; int flag=0; cin>>N; int arr[N]; for(int i=0;i>arr[i]; } for(int j=0;j