#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; map M; FOR(i,N) cin>>x, M[x]++; vector V; ITR(it,M) V.push_back(it->second); int ret=0; FOR(i,V.size()) if(V[i]) FOR(x,i) if(V[x]) FOR(y,x) if(V[y]) { while(V[i]&&V[x]&&V[y]) { ret++; V[i]--; V[x]--; V[y]--; } } cout<