void read(int A[], int *nA) { *nA=0; char c; int x; do { scanf("%d%c",&x,&c); if (!exists(x,A,*nA)) {