#include #include using namespace std; int main(){ int T,N,L; cin>>T; for(int i=0; i>N; if(N<3){ cout<<0< m; int a=N/3; int b=N%3; for(int j=0; j>L; size_t n=m.count(L); if(n>0){ m[L]+=1; } else { m.insert(make_pair(L,1)); } } for(auto it=m.begin(); it!=m.end(); ++it){ int c=it->second; if(c>a){ if(b>0){ b-=1; } else{ a-=1; } } } cout<