/* Note:Your choice is C IDE */
#include "stdio.h"
#include "stdlib.h"
main()
{int n,i;
for(i=0;i<10;i++){n=rand()%45+1;
printf("%d\n",n);}
}
2
最新推荐文章于 2023-10-25 18:59:16 发布
/* Note:Your choice is C IDE */
#include "stdio.h"
#include "stdlib.h"
main()
{int n,i;
for(i=0;i<10;i++){n=rand()%45+1;
printf("%d\n",n);}
}