#include using namespace std; typedef long long LL; const int X=10; const int W=1<>n; memset(x,0,sizeof(x)); while(n--){ string s; cin>>s; x[s[4]^'0']++; } memset(dp[0],0x3f,sizeof(dp[0])); memset(sum,0,sizeof(sum)); for(int mk=0;mk>j)&1)sum[mk]+=x[j]; } } for(int i=1;i<=5;i++){ for(int mk=0;mk>t; while(t--){ work(); } return 0; }