#include #include #include #include #include #include #include using namespace std; typedef long long LL; LL n; LL arr[110]; LL arrnums; LL cnt[110]; const LL maxn = 0x7fffffff; int main() { LL Case = 1; while(scanf("%I64d",&n) != EOF) { arrnums = 0; memset(cnt,0,sizeof(cnt)); for(int i=0;i