• 大小: 0.01M
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: c++  

资源简介


资源截图

代码片段和文件信息

#include //C++输入输出流库
#include //使用srand函数要用到这个库
#include //使用time函数要用到这个库
#include 
#include 
using namespace std;
void brc()
{
system(“cls“);
int jy = 1;
int sy = 3;
srand((int)time(0));
int n = rand() % 15 + 1;
cout << “                                你是“ << n << “号“ << endl;
cout << “                               正在分配身份“ << endl;
Sleep(1500);
int m[20];
for (int i = 1; i <= 15; i++)
m[i] = 1;
int s[20] = { 0 };
int yy[20] = { 0 };
int l = 0 w = 0 j = 0 p = 0;
for (int i = 1; i <= 15; i++)
{
do
{
int a = rand() % 4 + 1;
if (a == 1 && l < 2)
{

l++;
s[i] = 1;
}
else if (a == 2 && w < 2)
{
w++;
s[i] = 2;
}
else if (a == 4 && p < 1)
{

评论

共有 条评论