#include #include #include main() { srand((unsigned) time(NULL)); int i, tmp, num; num = rand() % 10 + 10; int ary[num]; for(i=0; i