#include <iostream>
#include <ctime> //time()函数所在库(或者"time.h")
#include <stdlib.h> //rand()函数和srand()函数所在库
using namespace std;
//自定义函数,传入下限值和上限值返回范围内随机数值
int
#include <iostream>
#include <ctime> //time()函数所在库(或者"time.h")
#include <stdlib.h> //rand()函数和srand()函数所在库
using namespace std;
//自定义函数,传入下限值和上限值返回范围内随机数值
int