rand#include //提供time函数int is_same(int *t,int lo,int x);int main(){int a[10];int num=20;int t,i;srand(time(0)); //此函数提供种子,即time(0)系统时间秒数。这让rand()函数提供