#include int n = 10; int distinct(int *xs) { int found=0; for (int i=1;i<=n;i++) for (int j=0;j