#include using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x>T; while(T--) { cin>>N; ZERO(L); FOR(i,N) cin>>x, L[x]++; int ret=0; FOR(i,101) if(L[i]) FOR(x,i) if(L[x]) FOR(y,x) if(L[y]) { while(L[i]&&L[x]&&L[y]) { ret++; L[i]--; L[x]--; L[y]--; } } cout<