void Select(int i){

int j; for(i=0;i<10;i ) { scanf("%d",&a[i]); }

for(i=0;i<10;i ) for(j=1 i;j<10;j ) { if(a[i]==a[j]) { a[j]=1000-i; } }

}