摘要:
#include<iostream> #include<time.h> #include<stdio.h> using namespace std; void main() { int t,num,a,n,i,b; srand(time(NULL));//根据时间产生随机数 for(i=0;i<10 阅读全文
posted @ 2018-10-07 23:19
雷焱
阅读(603)
评论(0)
推荐(0)