c语言 产生0-49的随机数,不能重复
c语言 产生0-49的随机数,不能重复
日期:2022-03-02 06:14:03 人气:1
#include<stdio.h> //提供printf函数声明定义
#include<stdlib.h> //提供srand函数声明定义,rand
#include<time.h> //提供time函数
int is_same(int *t,int lo,int x);<
#include<stdlib.h> //提供srand函数声明定义,rand
#include<time.h> //提供time函数
int is_same(int *t,int lo,int x);<