#include #include #include #include #include #include #include using namespace std; #define INF 0xfffffff #define MAXN 100010 long long a[MAXN]; map ma; int main() { #ifdef ONLINE_JUDGE #else freopen("G:/cbx/read.txt","r",stdin); //freopen("G:/cbx/out.txt","w",stdout); #endif ios::sync_with_stdio(false); cin.tie(0); int t; cin>>t; while(t--) { int n; cin>>n; ma.clear(); int ans=1; for(int i=0; i>a[i]; } for(int i=0; i