#include #include #include #include using namespace std; int c[100000]; int q,w,x; int main() { int t,n,num,h,max1,y; scanf("%d",&t); while(t--) { x=0; h=0; num=0; max1=0; scanf("%d",&n); for(int i=0;i=0) y=i; } for(int i=0;imax1) max1=h; } printf("%d\n",max1); } return 0; }