c++萌新xxs的和平精英小游戏:如有不足,大佬可以指出,还在创作中...后续将会发布完整内容...
#include<bits/stdc++.h>
#include<iostream>
#include<windows.h>
#include<cmath>
#include<conio.h>
#include<cstring>
using namespace std;
int n,bi=0;
string o_1[10],o_2[10];
string dl,fl,gl,hl;
int sui(int x){
return rand()%x+1;
}
bool pd(string x,string y,string s,string s2){
if(x==y && s==s2)return 0;
return 1;
}
void ziti(string x){
for(int i=0;i<x.size();i++){
cout<<x[i];
Sleep(79);
}
cout<<endl;
}
void s(int x){
Sleep(x);
}
void pp(int x){
if(x==1){
cout<<"你向远处跑去,开走了摩托车..."<<endl;
}
if(x==2){
cout<<"你迅速跑到房区里,里面有一把akm"<<endl;
}
if(x==3){
cout<<"你立马开上一旁的轿车跑了,毕竟人太多了"<<endl;
}
}
void ld(){
cout<<"1.<疾跑> 2.<躲房区> 3.<开车跑>"<<endl;
Sleep(799);
}
void jh(){
cout<<"你用akm偷袭了两个人后,人太多了就跑了..."<<endl;
}
void ll(int txt){
Sleep(799);
cout<<"随后,"<<endl;
Sleep(599);
pp(txt);
if(txt==2){
jh();
}
}
void xi(){
cout<<"你随后拿出机甲,准备飞天先"<<endl;
Sleep(400);
cout<<"系统:feitian(500,shanghai(0))"<<endl;
Sleep(399);
cout<<"系统:宿主请输入400m*400m内的坐标值确定飞天所在位置..."<<endl;
Sleep(579);
}
void xx(int x,int y){
string ss;
int s[10005];
cout<<"随后,你便飞到了("<<x<<","<<y<<")的位置..."<<endl;
Sleep(999);
cout<<"机甲观察到4km外...似乎有一个人..."<<endl;
cout<<"你准备冲过去,但是要控制速度..."<<endl;
Sleep(999);
cout<<"系统:请宿主选择速度:"<<endl;
Sleep(899);
ss="f1(1000km/h),f2(750km/h),f3(650km/h),f4(475km/h),f5(350km/h),f6(190km/h)";
for(int i=0;i<ss.size();i++){
cout<<ss[i];
Sleep(79);
}
cout<<endl;
cout<<"分别所需到达时间:"<<endl;
Sleep(599);
ss="15秒,20秒,23秒,31秒,40秒,60秒";
for(int i=0;i<ss.size();i++){
cout<<ss[i];
Sleep(79);
}
cout<<endl;
cout<<"请选择:"<<endl;
Sleep(1099);
ss="另外,如果想要第一种,输入f1,第二种为f2...输入f加上种类顺序...";
for(int i=0;i<ss.size();i++){
cout<<ss[i];
Sleep(79);
}
cout<<endl;
}
void jiazai(){
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成进度("<<i<<"/100)总进度";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
}
void chuan(){
cout<<"宿主任务完成,要传送至哪个坐标点?"<<endl;
Sleep(999);
}
void wen(){
string so;
so="1.很好 2.不怎么样";
for(int i=0;i<so.size();i++){
cout<<so[i];
Sleep(79);
}
cout<<endl;
}
void wen1(){
string so;
so="1.是 2.不是";
for(int i=0;i<so.size();i++){
cout<<so[i];
Sleep(79);
}
cout<<endl;
}
int ti=100;
int xl[100000];
string hp;
double kd,taotai2,beitaotai;
string p[32222];
string str;
double zl;
int p1,p2;
int Sl,hg[105];
string hf;
int dui=0,bu=0;
string taidu,pingjia;
string shoujihao;
string io,ko,pk;
int main(){
int h=0;
cout<<"和美破烂集团2.0出品"<<endl;
str="和平精英+PUBG加强版...";
for(int i=0;i<str.size();i++)
{
cout<<str[i];
Sleep(84);
}
cout<<endl;
Sleep(2000);
system("cls");
cout<<"创发者:chen 第二使用者:sum"<<endl<<endl;
Sleep(1500);
cout<<"作者:chen 代码编写:chen 第一试玩:chen 第二试玩指点:sum"<<endl<<endl;
Sleep(1777);
system("cls");
str="欢迎你体验我的和平精英游戏,下面游戏开始...";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(100);
}
Sleep(2000);
system("cls");
cout<<"主线剧情"<<endl;
cout<<"主线剧情,加载中..."<<endl;
Sleep(3000);
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成进度("<<i<<"/100)总进度";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
s(2000);
cout<<"你是一个身法哥,一天,你打开了和平精英"<<endl<<endl;
Sleep(1200);
system("pause");
system("cls");
string sys="1.<注册> 2.<登录> 3.<注销>";
for(int i=0;i<sys.size();i++){
cout<<sys[i];
s(80);
}
int dp;
cin>>dp;
string mingzi,mima,mima2;
system("cls");
if(dp!=1 && dp!=2){
str="10秒后将注销此账号...";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(84);
}
cout<<endl;
for(int i=10;i>=0;i--){
cout<<" ";
cout<<"注销中(10/"<<i<<")";
Sleep(609);
system("cls");
}
}
if(dp==1)
{
cout<<"账号:"<<endl;
ofstream fw;
ifstream fr;
cin>>mingzi;
fw.open("text.txt");
fw<<mingzi;
fw.close();
cout<<endl<<"注册成功!";
return 0;
}
string a1,a2;
if(dp==2)
{
cout<<"账号:"<<endl;
for(int i=0; ;i++){
ofstream fww;
ifstream frr;
frr.open("text.txt");
frr>>mima;
frr.close();
a1=mima;
cin>>a2;
if(a2==mima)
{
cout<<"登陆成功"<<endl;
frr.open("text.txt");
fww<<a2;
fww.close();
break;
}
else
{
cout<<"无此用户"<<endl;
cout<<"请重新注册..."<<endl;
system("pause");
system("cls");
return 0;
}
}
}
cout<<"密码:"<<endl;
cin>>mima;
cout<<"游戏支付密码:"<<endl;
cin>>mima2;
cout<<"手机号(方便以后一键登录):"<<endl;
cin>>shoujihao;
if(dp==1){
cout<<"信息核对完成!"<<endl;
cout<<"请宿主重新登录..."<<endl;
return 0;
}
cout<<"信息登记完成,开始游戏!"<<endl;
str="温馨提醒,本游戏只能注册一个账号,若是注册一个新账号,旧账号将不存在,且登录玩游戏所有都将重新开始";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(80);
}
Sleep(1500);
system("cls");
cout<<"将继续..."<<endl;
Sleep(1020);
system("cls");
cout<<"注册成功!"<<endl;
cout<<"你点入主界面"<<endl<<endl;
Sleep(999);
cout<<"你打算玩海岛地图"<<endl;
Sleep(999);
cout<<"匹配中。盯!盯!1... 2... 3... 4...叮!匹配成功"<<endl;
Sleep(450);
cout<<"你正在跳伞,呼,落地了"<<endl;
cout<<"作为玩家,请您选择:"<<endl;
Sleep(570);
cout<<"1.驾驶车辆击杀面前敌人 2.躲避敌人";
cin>>n;
if(n==1){
cout<<"他太逊了,被你压死了"<<endl;
cout<<"系统弹出告示:目前玩家淘汰+1"<<endl;
}
else if(n==2){
cout<<"他没有看见你,你躲过一劫"<<endl;
}
cout<<"你继续前进,前方有一个小厕所"<<endl;
cout<<"你在厕所里苟分"<<endl;
cout<<"此时,厕所外来了两个人"<<endl;
cout<<"请玩家选择:"<<endl;
cout<<"1.选择与两个人对抗开车压死(虽然您技术好,但是也可能被击杀) 2.不铤而走险,不开车"<<endl;
Sleep(2000);
int jg;
cin>>jg;
int fenshu=0;
if(jg==1){
cout<<"你与他们对抗,但他们拿出手雷把你击杀了"<<endl;
cout<<"系统弹出你本局报告"<<endl;
cout<<"淘汰:1 助攻:0 被淘汰:1 队友:别玩手机 队友2:帅奇的人"<<endl;
beitaotai++,taotai2+=1;
cout<<"分数+15,目前段位:青铜I"<<endl;
fenshu+=15;
}
else if(jg==2){
cout<<"他们发现你了,你偷了他们的车跑了,被打残了"<<endl;
cout<<"但那两人的队友来了,请选择:"<<endl;
cout<<"1.与他们钢枪 2.自雷(因为他们发现你了)"<<endl;
int ghf;
cin>>ghf;
if(ghf==1) {
cout<<"那三人联合打你,你直接被瞬秒"<<endl;
cout<<"系统弹出你本局报告"<<endl;
cout<<"淘汰:1 助攻:0 被淘汰:1 队友:别玩手机 队友2:帅奇的人"<<endl;
beitaotai++,taotai2+=1;
cout<<"分数+17,目前段位:青铜I"<<endl;
fenshu+=17;
}
else if(ghf==2){
cout<<"你自雷死了"<<endl;
cout<<"系统弹出你本局报告"<<endl;
cout<<"淘汰:1 助攻:0 被淘汰:1 队友:别玩手机 队友2:帅奇的人"<<endl;
beitaotai++,taotai2+=1;
cout<<"分数+11,目前段位:青铜I"<<endl;
fenshu+=11;
}
}
cout<<"叮!主界面弹出"<<endl;
cout<<"看着小白衣的自己,你果断想买个皮肤"<<endl;
cout<<"你充了648买了个风衣"<<endl;
cout<<"你再次开了一局游戏"<<endl;
cout<<"匹配中。盯!盯!1... 2... 3... 4...叮!匹配成功"<<endl;
cout<<"你正在跳伞,呼,落地了"<<endl;
cout<<"请宿主选择:"<<endl;
cout<<"1.向p城方向飞 2.去y城";
Sleep(2000);
int tuy;
cin>>tuy;
if(tuy==1){
cout<<"你刚落地,迎面的那个人抢了m416把你秒了"<<endl;
cout<<"系统弹出本局报告"<<endl;
cout<<"淘汰:0 助攻:0 被淘汰:1 排名:第100"<<endl;
beitaotai++;
cout<<"分数-25,段位:青铜I";
fenshu-=25;
}
else if(tuy==2){
cout<<"你很幸运"<<endl;
cout<<"落地没有人,可你背包满了,面前有两个枪"<<endl;
cout<<"请选择"<<endl;
cout<<"1.m416 2.aug"<<endl;
int qi;
cin>>qi;
if(qi==1){
cout<<"已拾取m416"<<endl;
}
else{
cout<<"已拾取aug"<<endl;
}
cout<<"你带着呼救器在圈中心"<<endl;
cout<<"你正拿着m417抽射"<<endl;
cout<<"此时,一个满编队从塔下跑过来了"<<endl;
cout<<"他们发现你了,请宿主选择:"<<endl;
cout<<"1.硬钢 2.逃跑 3.自雷"<<endl;
int fy;
cin>>fy;
if(fy==3){
cout<<"你死了...,系统弹出本局报告"<<endl;
cout<<"淘汰:5 助攻:1 被淘汰:1 排名:第15"<<endl;
cout<<"分数+25,段位:青铜I"<<endl;
fenshu+=25;
}
else if(fy==2){
cout<<"不出所料,他们发现你了,你被瞬秒了"<<endl;
cout<<"淘汰:5 助攻:1 被淘汰:1 排名:第15"<<endl;
cout<<"分数+20,段位:青铜I"<<endl;
fenshu+=20;
}
else if(fy==1){
cout<<"幸好,你手上拿着一颗雷,还有胜算"<<endl;
cout<<"请宿主做选择:"<<endl;
cout<<"1.丢雷 2.不丢雷";
int gjg;
cin>>gjg;
if(gjg==1){
cout<<"你的运气真好,手雷砸中了他们,倒了两个"<<endl;
cout<<"你拿着m417高处秒了两个"<<endl;
cout<<"远处又有两个人来凑热闹了"<<endl;
cout<<"你被压着没办法进圈"<<endl;
cout<<"你汗流浃背,请宿主选择:";
cout<<"1.化身烟中恶鬼 2.直接进圈";
int yuy;
cin>>yuy;
if(yuy==2){
cout<<"你钢枪秒了2个人"<<endl;
cout<<"此时,场上只剩下一个人"<<endl;
cout<<"请宿主选择:"<<endl;
cout<<"1.钢枪 2.抗毒"<<endl;
int yui;
cin>>yui;
if(yui==1){
cout<<"恭喜你,最终战胜对手,吃鸡了"<<endl;
cout<<"本局数据报告:淘汰:8 助攻:1 被淘汰:0 排名:第1";
cout<<"分数+30,段位:青铜I";
taotai2+=8;
fenshu+=30;
}
else {
cout<<"恭喜你,抗毒战胜对手,吃鸡了"<<endl;
cout<<"本局数据报告:淘汰:7 助攻:1 被淘汰:0 排名:第1";
cout<<"分数+28,段位:青铜I";
taotai2+=7;
fenshu+=28;
}
}
if(gjg==2){
cout<<"可惜了,你又被瞬秒了"<<endl;
cout<<"本局数据报告:淘汰:4 助攻:1 被淘汰:1 排名:第4";
taotai2+=4;
cout<<"分数+20,段位:青铜I";
fenshu+=20;
}
}
}
}
Sleep(1000);
cout<<"刚打完游戏,系统就弹出最新皮肤"<<endl;
Sleep(2000);
cout<<"你思考了一会,就决定充皮肤"<<endl;
Sleep(1524);
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成充值进度("<<i<<"/100)总进度";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
Sleep(2000);
cout<<"你点开..."<<endl<<endl;
Sleep(1020);
cout<<"进入界面"<<endl;
cout<<"系统弹出:"<<endl;
cout<<"请输入密码"<<endl;
Sleep(1500);
string tyu;
cin>>tyu;
int f;
if(tyu==mima){
f=1;
}
else f=2;
if(f==1){
cout<<"你果断充了个648,拿下了皮肤";
}
else{
cout<<"系统弹出:"<<endl;
cout<<"发现玩家密码不对,请输入支付密码:"<<endl;
string rur;
cin>>rur;
if(mima2==rur)
cout<<"充值成功"<<endl;
else
cout<<"充值未成功"<<endl;
}
cout<<"打了这么多局游戏的你早已疲惫"<<endl;
cout<<"1.睡觉 2.不睡觉"<<endl;
int yut;
cin>>yut;
if(yut==1){
cout<<"你睡了"<<endl;
}
else if(yut==2){
cout<<"你还是因为疲惫而睡过去了"<<endl;
}
cout<<"第二天一早,你看着刚上新的模式超体决定玩一把"<<endl;
cout<<"可此时,系统弹出公告:"<<endl;
cout<<"你最喜欢的英雄是火箭小子"<<endl;
cout<<"打开了超体"<<endl;
cout<<"你开始跳伞了"<<endl;
cout<<"你的运气非常好,落地捡到了金色插件"<<endl;
cout<<"你搜了点晶体升到了三级"<<endl;
cout<<"此时,前方来车了"<<endl;
cout<<"1.秀一波 2.直接逃跑"<<endl;
int gjg,taotai;
cin>>gjg;
if(gjg==1){
cout<<"你学着主播的双变向"<<endl;
cout<<"直接灭队3人,你自信的笑了"<<endl;
taotai+=3;
}
else if(taotai==2){
cout<<"可他们发现你了,你在紧急时刻学着主播的身法打残了1人"<<endl;
cout<<"随后,你拿出土豆雷,朝敌人扔去"<<endl;
cout<<"你成功淘汰了两人,可还剩一人"<<endl;
Sleep(1500);
cout<<"你的m4也没子弹了,你换上身旁的dbs卡在门边"<<endl;
cout<<"敌人识破你了"<<endl;
cout<<"1.硬钢 2.逃跑"<<endl;
int nmn;
cin>>nmn;
if(nmn==1){
cout<<"你拿出dbs两连喷淘汰了对手"<<endl;
taotai+=3;
}
else if(nmn==2){
cout<<"你逃跑向二楼"<<endl;
cout<<"敌人随后跑来"<<endl;
cout<<"绝境之下,你丢起闪光弹向敌人"<<endl;
cout<<"趁敌人被闪了,你立刻淘汰了他";
taotai+=3;
}
}
cout<<"可刚打完人又冒出两个人"<<endl;
cout<<"1.丢雷 2.钢枪"<<endl;
int dld;
cin>>dld;
if(dld==1){
cout<<"你极限炸死两人"<<endl;
cout<<"系统弹出:"<<endl;
cout<<"你用手雷淘汰两人(雷神)"<<endl;
taotai+=2;
}
else if(dld==2){
cout<<"你拿着b686连喷淘汰了两人"<<endl;
taotai+=2;
}
cout<<"系统弹出公告"<<endl;
cout<<"玩家:"<<mingzi<<",淘汰:6"<<endl;
cout<<" 恭喜玩家("<<mingzi<<")成为本局淘汰王!"<<endl;
cout<<"紧接着,你来到圈中心苟分"<<endl;
cout<<"但此时,对话框队友发来消息:"<<endl<<endl<<endl;
cout<<"队友1:过来支援一下"<<endl;
cout<<"你连忙到队友1那支援"<<endl;
cout<<"可谁知道,队友1遇到了满编队,最终你不敌被杀"<<endl;
cout<<"系统弹出报告:"<<endl;
cout<<"本局数据报告:淘汰:6 助攻:0 被淘汰:1 排名:第26"<<endl;
beitaotai++,taotai2+=6;
cout<<"分数+37,";
fenshu+=37;
if(fenshu>=100)cout<<"青铜II"<<endl;
cout<<"此时,系统弹出公告:请宿主更新当前版本"<<endl;
cout<<"1.更新 2.不更新"<<endl;
int gsgs;
cin>>gsgs;
if(gsgs==1){
cout<<"正在更新中..."<<endl;
}
else if(gsgs==2){
cout<<"当前版本过于老旧,无法登录游戏"<<endl;
cout<<"已经卸载..."<<endl;
return 0;
}
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成进度("<<i<<"/100)总进度";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
cout<<"已更新完成"<<endl;
Sleep(2000);
system("cls");
cout<<"_________________"<<endl;
cout<<"| 体验 |"<<endl;
cout<<"| devc++ |"<<endl;
cout<<"| 和平精英 |"<<endl;
cout<<"|________________|"<<endl;
cout<<"请宿主重新确认账号:"<<endl<<endl;
cout<<"用户名:"<<endl;
string rurr;
int ff=0,qq=0;
cin>>rurr;
if(rurr!=mingzi){
cout<<"用户名不对×"<<endl;
f=1;
}
else {
cout<<"用户名正确√"<<endl;
qq=4;
}
cout<<"密码:"<<endl;
string ddj;
cin>>ddj;
if(ddj!=mima){
cout<<"密码不对×"<<endl;
f=1;
}
else {
if(qq==4){
cout<<"恭喜宿主,登录成功!"<<endl;
}
}
if(f==1&&qq==0){
cout<<"宿主信息核对不对"<<endl;
cout<<"是否忘记信息?"<<endl;
cout<<"1.是 2.不是"<<endl;
int ffd;
cin>>ffd;
if(ffd==2){
cout<<"不是你还记不起来,滚吧"<<endl;
return 0;
}
else if(ffd==1){
cout<<"请宿主输入支付密码"<<endl<<endl;
string tut;
cin>>tut;
if(tut==mima2){
cout<<"已成功登录!"<<endl;
}
else {
cout<<"所有信息都不对,请宿主重开..."<<endl;
return 0;
}
}
}
cout<<"宿主已登录新版本"<<endl;
cout<<"是否选择充值皮肤?"<<endl;
cout<<"1.是的 2.不是"<<endl;
int dhd;
cin>>dhd;
if(dhd==2){
cout<<"好的"<<endl;
}
else if(dhd==1){
cout<<"收到"<<endl;
cout<<"先请宿主打开余额"<<endl;
cout<<"请输入支付密码:"<<endl;
Sleep(1700);
for(int i=0;i<100;i++)
cout<<endl;
string yre;
cin>>yre;
if(yre!=mima2){
cout<<"无法查看,无法购买"<<endl;
}
else {
cout<<"叮!余额:40元!"<<endl;
cout<<"无法购买..."<<endl<<endl;
}
}
int yue=40;
cout<<"系统:作为更新福利,赠送改名卡"<<endl;
cout<<"1.改名 2.不改名"<<endl;
int gaiming=1;
int eeu;
cin>>eeu;
if(eeu==1){
gaiming--;
cout<<endl<<endl<<endl<<endl;
cout<<"链接:4744,请输入以上数字代表确认"<<endl;
cout<<"输入链接字母以确认,ok?"<<endl;
string djhd;
cin>>djhd;
if(djhd=="4744"){
cout<<"好的,改名名字,请输入:"<<endl;
string bfd;
for(int i=0;i<100;i++)
cout<<endl;
cin>>bfd;
cout<<"好的,已确认您的新密码"<<endl;
mima=bfd;
}
}
cout<<"你再次打开了游戏"<<endl;
cout<<"你打开了海岛..."<<endl;
Sleep(2000);
for(int i=0;i<100;i++){
cout<<endl;
}
cout<<"跳伞中..."<<endl<<endl<<"等待..."<<endl<<endl;
taotai=0;
cout<<"你降落到了卫星楼"<<endl;
cout<<"你捡到了98k"<<endl;
cout<<"就这样,你安静的苟分..."<<endl<<endl<<endl<<endl;
cout<<"这时,空投从你头上落下"<<endl;
cout<<"你连忙封烟捡"<<endl;
cout<<"你捡到了awm,可你有98k了"<<endl;
cout<<"1.换 2.不换"<<endl;
int iww;
cin>>iww;
string qiang;
if(iww==1){
cout<<"已拾取awm"<<endl<<endl;
qiang="awm";
}
else if(iww==2){
qiang="awm";
}
cout<<"但你莫有一把步枪"<<endl;
cout<<"你现在要去找"<<endl;
cout<<"你搜到了一把ak"<<endl<<endl<<endl;
cout<<"但毒来了,你木有饮料"<<endl;
cout<<"你只能强行进圈,但你看到一个人"<<endl;
cout<<"你去找,但木有找到..."<<endl<<endl;
cout<<"你现在在决赛圈边缘,淘汰依旧还是0"<<endl;
cout<<"1.进圈 2.苟分 3.开车 4.当老六"<<endl<<endl<<endl<<endl;
int djs;
cin>>djs;
if(djs==1){
cout<<"你被人看到了,被打死了"<<endl;
cout<<"本局数据报告:淘汰:0 助攻:0 被淘汰:1 排名:第20"<<endl;
beitaotai++;
cout<<"分数+11,";
fenshu+=11;
if(fenshu>=100)cout<<"青铜II"<<endl;
}
if(djs==3){
cout<<"你的车被打爆了,你死了"<<endl;
cout<<"本局数据报告:淘汰:0 助攻:0 被淘汰:1 排名:第20"<<endl;
cout<<"分数+11,";
beitaotai++;
fenshu+=11;
if(fenshu>=100)cout<<"青铜II"<<endl;
}
if(djs==4){
cout<<"于是,你跑到小房子里当老六"<<endl<<endl<<endl;
cout<<"此时,进来了一个人,你把他给六了"<<endl;
cout<<"此时,他队友来了,意识有老六,进门反打,你原本想戏弄他的,结果被秒了..."<<endl<<endl;
cout<<"本局数据报告:淘汰:1 助攻:0 被淘汰:1 排名:第13"<<endl;
beitaotai++,taotai2+=1;
cout<<"分数+20,";
fenshu+=20;
if(fenshu>=100)cout<<"青铜II"<<endl;
}
if(djs==2){
cout<<"于是啊,你就这么苟着爬进圈..."<<endl<<endl;
cout<<"当苟到第8,你爬上房顶";
cout<<"拿起"<<qiang<<"就开始狙人"<<endl;
cout<<"你的运气很好,把三个人狙了"<<endl;
cout<<"系统送出祝福:"<<endl;
for(int i=0;i<100;i++){
cout<<endl;
}
cout<<"恭喜玩家:"<<mingzi<<",获得三连狙神称号 !"<<endl<<endl;
cout<<"此时,只剩5个人了,前面60米就是四人满编队,还有个淘汰王"<<endl<<endl;
cout<<"1.继续苟分(看情况) 2.硬钢 3.自雷"<<endl<<endl;
int yue;
cin>>yue;
if(yue==3){
cout<<"好的,你也是自雷了"<<endl<<endl;
cout<<"本局数据报告:淘汰:3 助攻:0 被淘汰:1 排名:第5"<<endl;
cout<<"分数+25,";
fenshu+=25;
if(fenshu>=100)cout<<"青铜II"<<endl;
}
else if(yue==2){
cout<<"4个人,你明显打不过,死了"<<endl<<endl;
cout<<"本局数据报告:淘汰:3 助攻:0 被淘汰:1 排名:第5"<<endl;
cout<<"分数+25,";
fenshu+=25;
if(fenshu>=100)cout<<"青铜II"<<endl;
}
else if(yue==1){
cout<<"于是,你继续苟分......"<<endl<<endl;
cout<<"趁他们放松之际,你拿起"<<qiang<<"打倒了两人"<<endl;
cout<<"趁着他们在救人,你果断拿起ak朝他们的掩体跑去"<<endl;
cout<<"他们还在救人,见到你来,马上架好枪"<<endl;
for(int i=0;i<20;i++){
cout<<endl;
}
cout<<"当他们预瞄点架你身上时,你想起了你喜欢的一个主播的做法"<<endl<<endl;
cout<<"于是,你马上跳枪让他们预瞄点架歪,再趁他们不注意"<<endl;
cout<<"直接先将他们打残,再拜佛打倒一人,可这时"<<endl;
cout<<"你的血量也不多了,你趁机往左一绕,拜佛打倒一人"<<endl;
cout<<"直接吃了鸡。此时,系统发出祝贺:";
for(int i=0;i<10;i++)
cout<<endl;
cout<<"恭喜宿主吃鸡,获得四连枪王称号!"<<endl;
cout<<"本局数据报告:淘汰:7 助攻:0 被淘汰:0 排名:第1"<<endl;
taotai2+=7;
cout<<"分数+50,";
fenshu+=50;
if(fenshu<100)cout<<"青铜I"<<endl;
if(fenshu>=100&&fenshu<200)cout<<"青铜II"<<endl;
if(fenshu>=200&&fenshu<300)cout<<"青铜III"<<endl;
}
}
cout<<"也是回到主界面......"<<endl;
int jiafeng,mianjian,duihuan,fengyi,gai,jijiu;
cout<<"你决定...当个主播"<<endl;
cout<<"你先是贷款了1000"<<endl;
cout<<"买来了一些低级基础直播设备"<<endl;
cout<<"你原本在某抖就发了一些身法哥视频,也有个一两w粉丝了"<<endl;
cout<<"为了尽快还回贷款,你马上开了直播"<<endl;
cout<<"一开始,只有几十个人进来"<<endl;
cout<<"你看差不多了,就打开了经典海岛...";
cout<<"1.p城 2.y城 3.当堵桥哥"<<endl;
int gh,fu;
cin>>gh;
taotai=0;
if(gh==1){
cout<<"你跳伞到p城,人不是特别多。"<<endl;
cout<<"你打算去旁边洛基山脉手剥人机"<<endl;
cout<<"半路上有个同行"<<endl;
cout<<"1.照样 2.躲一波"<<endl;
int du;
cin>>du;
if(du==1){
cout<<"不巧他的队友在,但他们没拿枪"<<endl;
cout<<"你赶忙压死了人机拿了一把ump,"<<endl;
cout<<":枪是有了,可人还没解决"<<endl;
cout<<"你一通扫射,解决了这两个人"<<endl;
cout<<"再把剩下2个人机不了"<<endl;
taotai+=5;
cout<<"系统:"<<endl;
cout<<"恭喜玩家:"<<mingzi<<"获得淘汰王!"<<endl;
cout<<endl;
cout<<"解决了这几个人后,你骑着摩托车扬长而去"<<endl<<endl;
fu=2;
}
else {
cout<<"你捡到了m417,但他们打完人机上来了,可你只有射手步枪了,不巧,他们就在门后"<<endl;
cout<<"可真好,你趁他们还没看见你,赶忙把他们的车偷了"<<endl;
cout<<"但他们发现你了,就在车要被打爆时,你换上一旁的摩托车扬长而去"<<endl;
fu=2;
}
}
if(gh==2){
cout<<"y城全是人,你一落地,捡到了akm先秒了两个没枪的"<<endl;
taotai+=2;
cout<<"考虑到楼下全是人"<<endl;
cout<<"1.当老六 2.猛攻"<<endl;
int dkd;
cin>>dkd;
if(dkd==1){
cout<<"你当了波老六,秒了3个人后考虑到人多就跑了。"<<endl;
taotai+=3;
fu=2;
}
if(dkd==2){
cout<<"你猛攻失败被秒了"<<endl;
cout<<"本局数据报告:淘汰:2 助攻:0 被淘汰:0 排名:第62"<<endl;
beitaotai++,taotai2+=2;
cout<<"分数+5"<<endl;
fenshu+=5;
if(jiafeng>0){
cout<<"是否使用加分卡,可加20分"<<endl;
cout<<"1.是 2.不是"<<endl;
int eud;
cin>>eud;
if(eud==1){
cout<<"使用加分卡,分数变为+25"<<endl;
fenshu+=20;
if(fenshu<100)cout<<"青铜I"<<endl;
if(fenshu>=100&&fenshu<200)cout<<"青铜II"<<endl;
if(fenshu>=200&&fenshu<300)cout<<"青铜III"<<endl;
}
else {
if(fenshu<100)cout<<"青铜I"<<endl;
if(fenshu>=100&&fenshu<200)cout<<"青铜II"<<endl;
if(fenshu>=200&&fenshu<300)cout<<"青铜III"<<endl;
}
}
}
}
if(gh==3){
cout<<"你落地捡了把uzi,还有两颗土豆雷"<<endl;
cout<<"碰巧,圈也刷在海丰大桥旁边,肯定有很多人要过桥"<<endl;
cout<<"这时,有一个满编队要过桥了..."<<endl<<endl;
cout<<"1.丢雷 2.不丢雷"<<endl<<endl;
int op;
cin>>op;
if(op==1){
cout<<"你拿出手雷,准备丢出去"<<endl<<endl;
for(int i=0;i<4;i++)
{
cout<<"手雷爆炸距离时间:(5/"<<i<<")"<<endl<<endl;
}
cout<<"就当手雷快爆炸时,你果断的把手雷丢了出去"<<endl<<endl;
cout<<"嘭!手雷爆炸了。车上的四个人都变成了四个盒子"<<endl;
taotai+=4;
cout<<endl;
cout<<"系统:"<<endl;
cout<<"你用手雷淘汰了4个人"<<endl<<endl;
cout<<"获得称号:雷神!"<<endl;
cout<<endl;
cout<<"随后,你考虑到可能有人发现你了,果断骑车离开了..."<<endl<<endl;
}
if(op==2){
cout<<"虽然你没丢雷,但是他们也没有发现你。"<<endl<<endl;
cout<<"他们驾车而去,你连忙拿着mg3疯狂扫射,不愧是大g3,一下就将车子打爆了,四个人全部成盒了"<<endl;
cout<<endl;
taotai+=4;
}
}
cout<<"随后,圈刷给了桥旁边的M城,你驾车来到了M城"<<endl<<endl;
cout<<"现在还有40多人,但是还有20多人聚集在M城,说实话,你也不信自己的实力,先躲到了小厕所"<<endl<<endl;
cout<<"你回头一看,才发现直播间人数已经500人了"<<endl<<endl;
cout<<"这时榜一大哥刷了一个嘉年华"<<endl;
cout<<"用户(和平精英主播不求入)送来嘉年华!"<<endl<<endl;
cout<<"画面呈现出特效:"<<endl<<endl<<endl<<endl;
for(int i=0;i<38;i++){
cout<<" ";
}
cout<<"*"<<endl;
for(int i=0;i<37;i++){
cout<<" ";
}
cout<<"***"<<endl;
for(int i=0;i<36;i++){
cout<<" ";
}
cout<<"*****"<<endl;
for(int i=0;i<35;i++){
cout<<" ";
}
cout<<"*******"<<endl;
for(int i=0;i<31;i++){
cout<<" ";
}
cout<<"****************"<<endl;
for(int i=0;i<8;i++){
for(int j=0;j<31;j++){
cout<<" ";
}
cout<<"****************"<<endl;
}
for(int i=0;i<10;i++)
{
for(int j=0;j<32-i;j++)
cout<<" ";
cout<<"**";
int y=9+i;
for(int k=0;k<y;k++)
{
if(k==4+i||k==5+i)cout<<"*";
else cout<<" ";
}
for(int z=0;z<i;z++)
cout<<" ";
cout<<"**"<<endl;
}
cout<<endl<<endl<<endl<<endl;
cout<<"直播间系统:主播收益+1200元"<<endl;
yue+=1200;
cout<<"你:感谢大哥送的嘉年华!"<<endl<<endl;
Sleep(900);
cout<<"只顾着嘉年华,你回头才发现,刚刚有3个人进入了小厕所旁边的房子"<<endl<<endl;
cout<<"1.钢枪 2.丢雷 3.苟分"<<endl<<endl;
int jh;
cin>>jh;
if(jh==3){
cout<<"你没有选择硬钢,还是待在厕所里"<<endl<<endl;
}
if(jh==2){
cout<<"这么多人你也不是对手,你拿出了手雷..."<<endl;
cout<<"你借着感觉,把手雷丢进小房子的窗里"<<endl<<endl;
cout<<"系统:你使用手雷淘汰了2人"<<endl<<endl;
taotai+=2;
cout<<"只剩下一人了,你拿着枪跑到房子里"<<endl;
cout<<"你停住了脚,有可能敌人在打药,在楼梯口蹲着。"<<endl;
cout<<"系统:1.丢闪光弹 2.丢手雷"<<endl<<endl;
int en;
cin>>en;
if(en==1){
cout<<"你丢了一颗闪光弹"<<endl<<endl;
cout<<"丢到了二楼。"<<endl<<endl;
cout<<"但你不知道有没有丢到敌人"<<endl;
cout<<"1.冲上去 2.不冲"<<endl<<endl;
int shs;
cin>>shs;
if(shs==1){
cout<<"敌人被闪到了,你淘汰了他"<<endl<<endl;
taotai++;
}
if(shs==2){
cout<<"你没有冲上去,但几秒后敌人冲下来了"<<endl<<endl;
cout<<"你连忙跳枪解决了他"<<endl<<endl;
taotai++;
}
}
if(en==2){
cout<<"你丢了个手雷,敌人被你丢的手雷淘汰了"<<endl<<endl;
taotai++;
}
}
if(jh==1){
cout<<"你选择了钢枪。于是,你先卡在一楼楼梯口"<<endl<<endl;
cout<<"敌人似乎听到了你的脚步,向楼梯口扫射"<<endl;
cout<<"你突发奇想,爬上二楼窗口边,敌人见你没有过来,蹲在楼里"<<endl;
cout<<"你直接探出头把他秒了"<<endl<<endl;
taotai++;
}
cout<<"费了几分钟的时间。场上人数也变成了15人"<<endl<<endl;
cout<<"老天爷给你刷在了圈中心"<<endl<<endl;
cout<<"你趴在屋顶上,静静观望着。"<<endl<<endl;
cout<<"1.趴在屋顶上抽靶 2.苟分。"<<endl<<endl;
int oi;
cin>>oi;
if(oi==1){
cout<<"远处来了4个人,你拿着m417疯狂抽靶,把他们的车打爆了"<<endl<<endl;
cout<<"系统:你用m417淘汰了4个人"<<endl;
cout<<"获得称号:四连枪王!"<<endl<<endl;
cout<<"用户("<<mingzi<<")成为新的淘汰王!"<<endl<<endl;
cout<<"系统:恭喜你,成为新的淘汰王!"<<endl;
}
if(oi==2){
cout<<"你就这么苟分......"<<endl<<endl;
}
cout<<"此时,场上只剩4人了"<<endl;
cout<<"另外3个独狼正在搏斗中"<<endl<<endl;
cout<<"1.劝架(插一脚)2.苟分3.丢雷"<<endl<<endl;
int ou;
cin>>ou;
if(ou==1){
cout<<"你再次拿出m417疯狂抽靶,一下子就把两个人击倒了"<<endl<<endl;
taotai+=2;
}
if(ou==2){
cout<<"你还是再苟分,看着他们,最终,一个木乃伊获得了胜利"<<endl<<endl;
}
if(ou==3){
cout<<"你丢了一个雷,把两个人炸死了"<<endl<<endl;
cout<<"只剩一个木乃伊在打药"<<endl<<endl;
}
cout<<"又到了1v1环节了"<<endl<<endl;
cout<<"1.丢燃烧瓶 2.钢枪"<<endl<<endl;
int lk;
cin>>lk;
if(lk==1){
cout<<"燃烧瓶砸到了木乃伊身上,把他烧死了"<<endl<<endl;
}
if(lk==2){
cout<<"你来到他所在的石头旁,你跳起来打了他的头两枪"<<endl<<endl;
cout<<"你直接触发攀爬爬到石头上,打死了他"<<endl<<endl;
}
cout<<"恭喜你!你吃鸡了"<<endl<<endl;
cout<<"本局数据报告:淘汰:7"<<taotai<<"助攻:0 被淘汰:0 排名:第1"<<endl<<endl;
taotai2+=7;
cout<<"分数+"<<45+taotai*3<<",";
fenshu+=45+taotai*3;
if(fenshu<100)cout<<"青铜I"<<endl;
if(fenshu>=100&&fenshu<200)cout<<"青铜II"<<endl;
if(fenshu>=200&&fenshu<300)cout<<"青铜III"<<endl;
if(jiafeng>0){
cout<<"是否使用加分卡,可加20分"<<endl<<endl;
cout<<"1.是 2.不是"<<endl<<endl;
int dh;
cin>>dh;
if(dh==1){
cout<<"好的,已经加20分"<<endl;
fenshu+=20;
}
if(dh==2){
cout<<"没加"<<endl<<endl;
}
}
cout<<"回到主界面,你突发奇想,想看看自己的kd"<<endl<<endl;
cout<<"系统:宿主,你的kd是:"<<endl<<endl;
kd=taotai2/beitaotai;
cout<<kd<<endl;
cout<<"你的kd水平:"<<endl;
if(kd<=4.00){
cout<<"较低"<<endl;
}
if(kd>4.00&&kd<=6.00){
cout<<"一般"<<endl;
}
if(kd>6.00&&kd<=10.00){
cout<<"小高手"<<endl;
}
if(kd>10.00&&kd<=20.00){
cout<<"较高"<<endl;
}
if(kd>20.00){
cout<<"绝世高手!"<<endl;
}
cout<<"你把赚到的1200花了1000还掉了贷款,你还剩200"<<endl<<endl;
cout<<"你的目前分数:"<<fenshu<<endl<<endl<<endl;
cout<<"你太无聊了,想打开和平精英新出的地铁逃生模式(游戏虚构,现实还没出!!)"<<endl<<endl;
cout<<"一进去,系统先送了你10w作为基础物资"<<endl<<endl;
cout<<"系统:可到黑市购买枪械上场...→→→"<<endl;
int yue2=100000;
cout<<"你先用2千买了一把groza,再花5千买了几百发子弹"<<endl;
yue2-=7000;
cout<<"进入游戏,先打开地图。。。"<<endl;
cout<<"ok。做选择:"<<endl;
cout<<"1.偷袭仔 2.苟分仔"<<endl;
int di;
cin>>di;
if(di==1){
cout<<"ok,也是先开波箱子,看看爆率高不高"<<endl<<endl;
cout<<"ok呀,先爆出了20w的金砖"<<endl;
cout<<"你也对这个模式提不起兴趣,马上到撤离点跑了"<<endl;
}
if(di==2){
cout<<"手机卡了,进不去,只能重新玩别的了"<<endl<<endl;
}
cout<<"第二天,你打开主界面"<<endl;
cout<<"发现上新了机甲模式,可以开机甲"<<endl;
cout<<"需要更新一波游戏,不然内存爆炸了"<<endl<<endl;
cout<<"如果不更新,请打2"<<endl;
int ghf;
cin>>ghf;
if(ghf==2){
cout<<"内存爆炸,已卸载游戏"<<endl<<endl;
cout<<"卸载成功"<<endl;
return 0;
}
cout<<"好的,正在更新..."<<endl;
for(int i=0;i<100;i++)
cout<<endl;
cout<<"已经更新成功"<<endl;
cout<<"请宿主确认账号"<<endl;
cout<<"请输入用户名:"<<endl<<endl;
string dj;
cin>>dj;
int jl=0,jhl=0;
if(dj==mingzi){
jl=1;
}
cout<<endl<<"请输入密码:"<<endl;
string mds;
cin>>mds;
if(mds==mima){
jhl=1;
}
if(jl==1&&jhl==1){
cout<<"已登录成功!"<<endl;
}
else
{
cout<<"忘记密码?"<<endl;
cout<<"请输入支付密码:"<<endl<<endl;
string oppo;
cin>>oppo;
if(oppo==mima2){
cout<<"登录成功!"<<endl;
}
else {
cout<<"信息核对失败!"<<endl<<endl;
return 0;
}
}
cout<<"OK,机甲模式... "<<endl<<endl;
cout<<"此时,你打开了直播"<<endl<<endl;
cout<<"选择城市:选择:1.<M城>2.<Y城>3.<p城>"<<endl;
taotai=0;
int dud;
cin>>dud;
if(dud==1){
cout<<"落地被秒,不过你有一次复活的机会"<<endl;
}
if(dud==2){
cout<<"你落地捡到把ak,不过被groza秒了,不过你有一次复活的机会"<<endl;
}
if(dud==3){
cout<<"落地捡了把m416,先打了一个人"<<endl;
taotai++;
cout<<"但你被98k爆头死了,不过你有一次复活的机会"<<endl;
}
cout<<"虽然你可以复活,但城市是随机的"<<endl<<endl;
cout<<"随机城市有:0.G港 1.M城 2.Z城 3.p城 4.军事基地 5.战地医院";
int r=rand()%6;
cout<<"随机结果为:"<<endl<<endl;
cout<<r<<endl<<endl;
string shi;
if(r==0){
cout<<"你空降到G港,集装箱没有人搜过"<<endl<<endl;
cout<<"毒还没有来,你先搜着"<<endl;
cout<<"你面前有两把枪,可是你选择不来,都是你喜欢的"<<endl;
cout<<"你已经有了98k了。1.m416 2.m417"<<endl<<endl;
int sks;
cin>>sks;
string sk;
if(sks==1){
cout<<"你拿了m416"<<endl<<endl;
sk="m416";
}
if(sks==2){
cout<<"你拿了m417"<<endl<<endl;
sk="m417";
}
cout<<"原本G港应该没有人的,可来了一堆人"<<endl<<endl;
cout<<"像是狙击队。。"<<endl;
cout<<"你不敢贸然进攻,只好坐个呼叫器进圈..."<<endl;
cout<<"由于你是第二次复活,圈内城市随机..."<<endl<<endl;
cout<<"随机结果:0.R城 1.研究所 2.p城 3.废墟"<<endl<<endl<<endl;
cout<<"系统随机结果中..."<<endl;
for(int i=0;i<10;i++)
cout<<endl;
int jf;
jf=rand()%4;
cout<<"系统随机结果:"<<jf;
if(jf==0){
shi="R城";
}
if(jf==1){
shi="研究所";
}
if(jf==2){
shi="p城";
}
if(jf==3){
shi="废墟";
}
}
if(r==1){
cout<<"你跳到了假车库二楼"<<endl<<endl;
cout<<"你拿了一把vss,有点烂。"<<endl<<endl;
cout<<"M城人不多,但有一个3人队"<<endl;
cout<<"1.<偷袭 =>2./n<苟分>"<<endl<<endl;
int ghd;
cin>>ghd;
if(ghd==1){
cout<<"他们朝你所在的楼层跑来了"<<endl;
cout<<"1.<丢手雷> 2.<偷枪打>"<<endl<<endl;
int ghd;
cin>>ghd;
for(int i=0;i<6;i++)
cout<<endl;
if(ghd==1){
cout<<"他们死了..."<<endl;
taotai+=3;
}
else {
cout<<"○○○"<<endl;
cout<<"你成功了"<<endl<<endl;
taotai+=3;
}
}
cout<<"你开车到了全中心的研究所"<<endl<<endl;
shi="研究所";
}
if(r==2){
cout<<"你落地被秒"<<endl;
cout<<"系统:"<<endl<<endl;
cout<<"宿主可减分数10分再复活一次"<<endl;
cout<<"1.ok 2.No"<<endl;
int bf;
cin>>bf;
if(bf==1){
cout<<"好的,降落至研究所..."<<endl<<endl;
shi="研究所";
}
else{
cout<<"本局数据报告:淘汰:7"<<taotai<<"助攻:0 被淘汰:0 排名:第41"<<endl<<endl;
cout<<"分数加"<<10+taotai*4<<"分"<<endl<<endl;
fenshu=fenshu+(10+taotai*4);
if(fenshu<100)cout<<"青铜I"<<endl;
if(fenshu>=100&&fenshu<200)cout<<"青铜II"<<endl;
if(fenshu>=200&&fenshu<300)cout<<"青铜III"<<endl;
}
}
if(r==3){
cout<<"废墟刚好刷在圈中心,你就这么一直苟着..."<<endl<<endl;
shi="废墟";
}
cout<<"ok啊,你也是来到了"<<shi<<endl<<endl;
cout<<"检测到宿主为某抖主播,系统送出玩家随机传送至3个任意地方机会..."<<endl<<endl;
cout<<"随机城市有:0.<研究所中心>1.<M城顶级苟分位>2.<废墟任意点>"<<endl<<endl;
int su=rand()%3+1;
cout<<"随机结果为:"<<su;
cout<<"你苟分了很久,但被打死了..."<<endl<<endl;
cout<<"本局数据报告:淘汰:7"<<taotai<<"助攻:0 被淘汰:0 排名:第14"<<endl<<endl;
cout<<"分数加"<<30+taotai*4<<"分"<<endl<<endl;
fenshu=fenshu+(30+taotai*4);
if(fenshu<100)cout<<"青铜I"<<endl;
if(fenshu>=100&&fenshu<200)cout<<"青铜II"<<endl;
if(fenshu>=200&&fenshu<300)cout<<"青铜III"<<endl;
cout<<"系统:请宿主体验官方小游戏:数字炸弹"<<endl<<endl;
cout<<"数字炸弹小游戏规则:"<<endl<<endl;
cout<<"1.系统随机抽取1~100中的一个数字"<<endl<<endl;
cout<<"2.此关卡只能有3人玩"<<endl<<endl;
cout<<"3.若其中一方写出系统对应数字,则在现实中接受惩罚"<<endl<<endl;
cout<<"4.例如从2到8中选择,则只能输入大于2小于8的数"<<endl<<endl;
cout<<"Let's go!"<<endl<<endl;
int bv=rand()%100+1;
cout<<"系统:已选择好随机数字"<<endl<<endl;
string dhb;
int j1=1,j2=100;
int b;
for(int i=1; ;i++){
int t=(i-1)%3;
dhb=char('A'+t);
cout<<"请"<<dhb<<"方从"<<j1<<"~"<<j2<<"中选择:"<<endl;
cin>>b;
if(b!=bv){
cout<<dhb<<"方输入数字没有碰到炸弹"<<endl;
if(b<bv)j1=b;
if(b>bv)j2=b;
}
if(b==bv){
cout<<"很不幸!"<<endl;
cout<<dhb<<"方输入数字碰到炸弹,请在现实中接受惩罚"<<endl;
break;
}
}
cout<<"数字炸弹游戏结束"<<endl<<endl;
cout<<"系统:请宿主体验官方小游戏:砸金蛋游戏"<<endl<<endl;
cout<<"规则:"<<endl<<endl;
cout<<"1.请宿主输入1到100中任意数字,运气好可以抽到奖品"<<endl<<endl;
cout<<"2.宿主有10次抽奖机会"<<endl<<endl;
cout<<"3.奖品有:(1)游戏中加分卡5张 (2)可早游戏中兑换任意皮肤(包括黄金风衣) (3)获得游戏中的抽奖1次"<<endl<<endl;
cout<<"(4)改名卡1张 (5)官方账号互关卡一张"<<endl<<endl;
int jiafenka=rand()%100+1,pifu=rand()%100+1,choujiang=rand()%100+1,gaimin=rand()%100+1,huguan=rand()%100+1;
int jiafenka2=0,pifu2=0,choujiang2=0,gaimin2=0,huguan2=0;
for(int i=0;i<10;i++)
{
for(int j=0;j<10;j++)
cout<<"○";
cout<<endl;
}
cout<<"5个随机数已准备好"<<endl<<endl;
cout<<"Let's go!"<<endl<<endl;
int yi;
for(int i=1;i<=5;i++)
{
cin>>yi;
if(yi==jiafenka)
jiafenka2++;
if(yi==pifu)
pifu2++;
if(yi==choujiang)
choujiang2++;
if(yi==gaimin)
gaimin2++;
if(yi==huguan)
huguan2++;
}
cout<<"奖品(1)游戏中加分卡5张,获得次数:"<<jiafenka2<<endl<<endl;
cout<<"奖品(2)可早游戏中兑换任意皮肤(包括黄金风衣),获得次数:"<<pifu2<<endl<<endl;
cout<<"奖品(3)获得游戏中的抽奖1次,获得次数:"<<choujiang2<<endl<<endl;
cout<<"奖品(4)改名卡1张,获得次数:"<<gaimin2<<endl<<endl;
cout<<"奖品(5)官方账号互关卡一张,获得次数:"<<huguan2<<endl<<endl;
if(jiafenka2>0)jiafeng++;
if(gaimin2>0)gai++;
int qian=200;
cout<<"你回到直播间查看余额:"<<endl<<endl;
cout<<"某抖系统:宿主累计获得5个嘉年华,余额+6000"<<endl<<endl;
qian+=6000;
cout<<"不过你思考了一会儿,上局的机甲模式似乎没见到机甲"<<endl<<endl;
int guan=0;
if(huguan2>0){
huguan2--;
cout<<"想到这里,系统发出通知:"<<endl;
cout<<"游戏用户:(和平精英官方)申请成为你的好友"<<endl<<endl;
cout<<"1.<是的>2.<不加>"<<endl<<endl;
int enl;
cin>>enl;
if(enl==1){
guan=1;
cout<<"好的,已添加"<<endl<<endl;
}
if(enl==2){
cout<<"好的,未添加"<<endl<<endl;
}
}
if(choujiang2>0){
cout<<"想到这里,是否抽奖,是的请打出1"<<endl<<endl;
int opu;
cin>>opu;
if(opu==1){
cout<<"好的,准备抽奖"<<endl<<endl;
int d1=rand()%20+1,d2=rand()%20+1,d3=rand()%20+1;
cout<<"请输入1个数字:"<<endl<<endl;
int pdf;
int renyi;
if(pdf==d1){
cout<<"恭喜宿主获得皮肤任意选1张!"<<endl<<endl;
renyi=1;
}
if(pdf==d2){
cout<<"恭喜宿主获得地铁逃生模式余额+100w"<<endl<<endl;
yue2+=1000000;
}
if(pdf==d3){
cout<<"恭喜宿主获得改名卡100张"<<endl<<endl;
gai+=100;
}
}
}
if(pifu2>0){
cout<<"由于你有随意皮肤选择卡,请选择:1.黄金风衣 2.小白衣 3.普通木乃伊 4.至尊木乃伊 5.身法哥专用衣服"<<endl;
cout<<"6.大主播限定服 7.12星座体验服装"<<endl<<endl;
cout<<"请选择:"<<endl<<endl;
int xuanze;
cin>>xuanze;
if(xuanze==1)
{
if(p[h]=="黄金风衣")
cout<<"宿主已经拥有黄金风衣,无法兑换"<<endl<<endl;
else
{
cout<<"已兑换黄金风衣!"<<endl;
h++,p[h]="黄金风衣";
}
}
if(xuanze==2)
{
cout<<"已兑换小白衣!"<<endl;
h++,p[h]="小白衣";
}
if(xuanze==3)
{
cout<<"已兑换普通木乃伊!"<<endl;
h++,p[h]="普通木乃伊";
}
if(xuanze==4)
{
cout<<"已兑换至尊木乃伊!"<<endl;
h++,p[h]="至尊木乃伊";
}
if(xuanze==5)
{
cout<<"已兑换身法哥专用衣服!"<<endl;
h++,p[h]="身法哥专用衣服";
}
if(xuanze==6)
{
cout<<"已兑换大主播限定服!"<<endl;
h++,p[h]="身法哥专用衣服";
}
if(xuanze==7)
{
cout<<"已兑换12星座体验服装!"<<endl;
h++,p[h]="12星座体验服装";
}
}
cout<<"你终于明白了,看来是没有机甲模式使用券..."<<endl<<endl;
cout<<"系统:宿主可用10分换取机甲模式使用券..."<<endl<<endl;
cout<<"是的,请按一,按二则地铁逃生模式余额减1000"<<endl<<endl;
int bk;
cin>>bk;
if(bk==1)
fenshu-=10;
else
yue2-=1000;
cout<<"好的,可用机甲模式..."<<endl<<endl;
cout<<"系统:机甲模式内存较大,为一个独特的游戏模式"<<endl<<endl;
cout<<"需要在机甲模式里面注册一个账号,才可以..."<<endl<<endl;
cout<<"好的,正在进入中"<<endl<<endl;
cout<<"已进入机甲模式"<<endl<<endl;
cout<<"请输入个1表示确认"<<endl<<endl<<endl;
int gd;
cin>>gd;
if(gd==1){
cout<<"准备..."<<endl<<endl;
for(int i=0;i<20;i++)
cout<<endl;
}
cout<<"1.<注册> 2.<登录>"<<endl<<endl;
int fds;
cin>>fds;
if(fds==2){
cout<<"好的,用户名:"<<endl<<endl;
cout<<"未查找到此账号"<<endl<<endl;
cout<<"请注册<>"<<endl<<endl;
Sleep(1200);
}
cout<<"请输入用户名:"<<endl;
string yonghu;
cin>>yonghu;
cout<<"好的,已注册"<<endl<<endl;
cout<<"正在开启PuBG机甲模式中..."<<endl<<endl;
Sleep(2000);
cout<<"系统提示:机甲如何操作游戏中将会说明,可有1次复活机会"<<endl<<endl;
cout<<"提示:开箱子有机会爆出机甲乘坐机会..."<<endl;
cout<<"1.Z城 2.新增t城 3.M城 4.军事基地"<<endl<<endl;
cout<<"随机抽取中"<<endl<<endl;
int yr=rand()%4+1;
string chou;
cout<<"抽取结果为:"<<endl;
if(yr==1){
cout<<"Z城"<<endl;
chou="Z城";
}
if(yr==2){
cout<<"t城"<<endl;
chou="t城";
}
if(yr==3){
cout<<"M城"<<endl;
chou="M城";
}
if(yr==4){
cout<<"军事基地"<<endl;
chou="军事基地";
}
cout<<"你的服装有:"<<endl;
if(h==0){
cout<<"你只有游戏基础皮肤..."<<endl;
}
else {
for(int i=1;i<=h;i++)
cout<<i<<"."<<p[h]<<endl;
cout<<"请选择第几个服装?"<<endl<<endl;
int gk;
cin>>gk;
cout<<"好的,已选择"<<gk<<"号服装:"<<p[gk];
}
cout<<"正在进入游戏中..."<<endl<<endl;
cout<<"你选择降落到了"<<chou<<"刚落地"<<endl<<endl;
cout<<"你先拿了把野牛,随后旁边有个箱子"<<endl<<endl;
cout<<"你正准备开箱子..."<<endl<<endl;
cout<<"系统介绍:开箱子可以开出一些必备品与机甲模式的兑换币,开出机甲的可能率为%40"<<endl<<endl;
cout<<"听完,你便开启了箱子"<<endl<<endl<<endl;
cout<<"系统:第一次开箱子,加载中..."<<endl;
Sleep(1524);
int yuan=0,tao=0;
cout<<"开箱结果:叮!恭喜你,开出了机甲与余额1w"<<endl<<endl;
yuan+=10000;
cout<<"穿上机甲,加载中:"<<endl;
Sleep(2000);
cout<<"已穿上机甲..."<<endl<<endl;
cout<<"你开着机甲,时速为80km/h"<<endl<<endl;
cout<<"此时,前方来了一队人,你用着你的大炮蓄力中..."<<endl;
Sleep(3000);
for(int i=0;i<100;i++){
cout<<endl;
Sleep(1.5);
}
int dengji=0;
dengji=tao/4;
cout<<"机甲:长城,破!"<<endl<<endl;
cout<<"那队人立了,直接死了"<<endl<<endl;
tao+=4;
Sleep(2000);
cout<<"你开着机甲,到处乱跑"<<endl;
cout<<"得亏着这地图有40km"<<endl;
cout<<"ok啊,前方来了个机甲,等级为一级(注:4个淘汰加一级),你此时有两级了"<<endl<<endl;
dengji=2;
cout<<"你的大炮能量要20才能重创他"<<endl<<endl;
Sleep(200);
int xue=100;
cout<<"你还没动手呢,他先朝你开了一炮"<<endl;
cout<<"系统:检测到对方蓄力能量为39,对你造成20点血量减少,目前血量:80"<<endl<<endl;
xue-=20;
Sleep(1000);
cout<<"请你选择蓄力力量"<<endl;
int ja;
cin>>ja;
cout<<"正在蓄力中:"<<endl<<endl;
Sleep(3024);
cout<<"长城,炮!"<<endl;
cout<<"系统:检测到宿主发射出"<<ja<<"点能量,对方血量为:"<<100-ja*0.79;
if(100-ja*0.79>0)cout<<"他转身就跑了,你也没追"<<endl;
Sleep(100);
cout<<"你突然想到了个东西,把5个手雷放在机甲脚下"<<endl<<endl;
Sleep(1023);
cout<<"嘭!机甲被炸到500米的天上,竟然触发了bug,但血量只减了2"<<endl<<endl;
xue-=2;
Sleep(650);
cout<<"你就这样卡在天上..."<<endl;
cout<<"你打了两个绷带,血量来到了98"<<endl<<endl;
xue=98;
cout<<"你先脱离机甲,打了段代码使落地误伤,机甲还停在空中"<<endl<<endl;
cout<<"你也是游戏前才知道"<<endl<<endl;
cout<<"虽然有一点小外挂,但是所有人都可以用,只是只有有些人知道在输入框输入"<<endl<<endl;
Sleep(1500);
cout<<"打入代码可以在机甲模式中实现一些功能"<<endl<<endl;
cout<<"例如高空落地误伤为:shanghai('落地',0)"<<endl<<endl;
Sleep(500);
cout<<"飞上天50米为:feitian(50,shanghai(0))"<<endl<<endl;
cout<<"机甲变大10米为:daxiao'jijia'(zengjia(10),shanghai(0))"<<endl<<endl;
cout<<"血量加20为:xueliang'+='(zengjia(20),shanghai('0'))"<<endl<<endl;
cout<<"初次之外还有很多..."<<endl<<endl;
Sleep(2000);
cout<<"你去开了好几个箱子"<<endl;
cout<<"余额加了10w,还有一个召唤导弹卡"<<endl<<endl;
Sleep(700);
cout<<"你打算重新回到天上,你打开输入框:"<<endl<<endl;
cout<<"你想着飞上天500米的代码,你打入输入框"<<endl<<endl;
for(int i=0;i<45;i++)
cout<<" ";
cout<<"输入框"<<endl;
string nei;
cin>>nei;
if(nei=="feitian(500,shanghai(0))")
cout<<"你回到了机甲上"<<endl<<endl;
else {
cout<<"系统:feitian(500,shanghai(0))"<<endl<<endl;
cout<<"随后,你自动上了天"<<endl<<endl;
}
cout<<"你看时间也不久了,就先跑了"<<endl<<endl;
cout<<"系统:'飞越'paodong(5000('米'),shanghai':'(0))"<<endl<<endl;
cout<<"你使用系统用快捷代码回到撤离点"<<endl<<endl;
cout<<"本局收益:"<<yuan<<"余额+"<<10000+tao*10000<<endl<<endl;
Sleep(1000);
cout<<"官方系统通知:官方答题赛,答对即可领机甲等级券!"<<endl<<endl;
cout<<"你被勾起了好奇心,点了进去"<<endl<<endl;
cout<<"系统:页面加载之中..."<<endl<<endl;
Sleep(2010);
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成进度("<<i<<"/100)总进度";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
cout<<"已完成"<<endl<<endl;
int oo=0;
cout<<"分数:满分100,5道题"<<endl<<endl;
cout<<"分值:10,15,20,25,30"<<endl<<endl;
cout<<"1.Sleep在c++中是什么意思:"<<endl;
cout<<"A.输出 B.延时 C.加快 D.比较某种数据类型大小函数"<<endl;
Sleep(1500);
string d_1;
cin>>d_1;
if(d_1=="B"||d_1=="b"){
cout<<"你答对了!"<<endl;
oo+=10;
}
else {
cout<<"你错了!"<<endl<<endl;
}
cout<<"2.stoi什么意思?"<<endl;
cout<<"A.加快 B.比较字符串长度 C.将字符串类型转变为整数 D.延时"<<endl;
Sleep(1524);
string d_2;
cin>>d_2;
if(d_2=="C"||d_2=="c"){
cout<<"你答对了!"<<endl;
oo+=15;
}
else {
cout<<"你错了!"<<endl<<endl;
}
cout<<"3.表达式:m.empty()的返回类型为:"<<endl;
cout<<"A.bool B.迭代器 C.char D.void E.int F.long G.float H.short I.double J.以上都不是"<<endl<<endl;
Sleep(1200);
string d_3;
cin>>d_3;
if(d_3=="A"||d_3=="a"){
cout<<"你答对了!"<<endl;
oo+=20;
}
else {
cout<<"你答错了!"<<endl<<endl;
}
cout<<"4.以下代码输出的值为:"<<endl<<endl;
cout<<"#include<bits/stdc++.h>"<<endl;
cout<<"using namespace std;"<<endl;
cout<<"int main(){"<<endl;
cout<<" string k;"<<endl;
cout<<" int s=0"<<endl;
cout<<" for(int i=0;i<k.size();i++)"<<endl;
cout<<" s=s*pow(10,i)+k[i];"<<endl;
cout<<" string b;"<<endl;
cout<<" for(int i=s;i!=0;i=i/10)"<<endl;
cout<<" b=b+char('A'+i%13);"<<endl;
cout<<" reverse(b.begin(),b.end());"<<endl;
cout<<" int y=(b.size+67)%13;"<<endl;
cout<<" for(int i=0;i<b.size();i++)"<<endl;
cout<<" y=y+i%10+(b[i]-'1')"<<endl;
cout<<" cout<<y;"<<endl;
cout<<" return 0;"<<endl;
cout<<"}"<<endl;
Sleep(2200);
cout<<"A.50 B.224 C.52 D.226"<<endl;
string d_4;
cin>>d_4;
if(d_4=="A"||d_4=="a"){
cout<<"你答对了!"<<endl;
oo+=25;
}
else {
cout<<"你答错了!"<<endl<<endl;
}
cout<<"以下代码输出的值为:"<<endl;
cout<<"#include<bits/stdc++.h>"<<endl;
cout<<"using namespace std;"<<endl;
cout<<"int n;"<<endl;
cout<<"bool pd(int x){"<<endl;
cout<<" for(int i=2;i<=sqrt(x);i++)"<<endl;
cout<<" if(x%i==0)return 0;"<<endl;
cout<<" return 1;"<<endl;
cout<<"}"<<endl;
cout<<"bool bl(int y){"<<endl;
cout<<" int g=0;"<<endl;
cout<<" for(int i=y;i!=0;i=i/10)"<<endl;
cout<<" g=g*10+i%10;"<<endl;
cout<<" if(g==y)return 1;"<<endl;
cout<<" else return 0;"<<endl;
cout<<"}"<<endl;
cout<<"int main(){"<<endl;
cout<<" cin>>n;"<<endl;
cout<<" for(int i=2;i<=n;i++)"<<endl;
cout<<" if(pd(i)&&bl(i)){"<<endl;
cout<<" cout<<i<<" ";"<<endl;
cout<<"如果输入201,结果为?本题的作用是什么?"<<endl;
cout<<"A.2 3 5 7 11 101 131 151 181 191,查找1到n之中的质数"<<endl;
cout<<"B.2 5 7 11 101 131 151 181 191,查找1到n之中的质数"<<endl;
cout<<"C.2 3 5 7 11 101 131 151 181 191,查找1到n之中的回文质数"<<endl;
cout<<"A.2 3 5 7 11 101 131 151 181 191,查找1到n之中的合数"<<endl;
Sleep(2200);
string d_5;
cin>>d_5;
if(d_5=="c"||d_5=="C"){
cout<<"你答对了!"<<endl;
oo+=30;
}
else {
cout<<"你错了!"<<endl<<endl;
}
cout<<"你的最终分数为(100/"<<oo<<")!"<<endl<<endl;
cout<<"获得机甲等级+"<<5+oo/10<<"游戏余额+"<<oo*1000;
yuan+=oo*1000,dengji+=5+oo/10;
cout<<"你又一次打开了机甲模式"<<endl<<endl;
Sleep(500);
cout<<"你先带上了游戏余额5w与导弹召唤券,还有"<<oo<<"级的机甲券"<<endl<<endl;
Sleep(825);
int oo2=50000;
oo-=50000;
cout<<"也是正在加载之中..."<<endl;
cout<<"Let's go!"<<endl;
Sleep(900);
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成机甲模式进度("<<i<<"/100)总进度";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
cout<<"你也是来到了预备点"<<endl<<endl;
cout<<"不过这地图也是大,有40km,一场有几百人在里面"<<endl<<endl;
cout<<"系统:还剩10秒进入战场,请各位特种兵准备!"<<endl<<endl;
Sleep(1920);
for(int i=9;i>=1;i--){
cout<<" ";
cout<<"进入战场倒计时:"<<i;
Sleep(999);
system("cls");
}
cout<<"已进入战场!"<<endl<<endl;
Sleep(500);
cout<<"你先去开了波箱子,余额不是特别多,只加了2w"<<endl;
cout<<"此时你有7w了"<<endl;
oo2+=20000;
cout<<"你抽到了水桶,没啥用"<<endl<<endl;
Sleep(900);
cout<<"你用系统的快捷指令:benpao'jiasu'(1000'米',shanghai(0))"<<endl;
cout<<"直接来到t城地铁口"<<endl;
Sleep(500);
cout<<"乘坐t城地铁电梯到-3楼,你去地铁出口用水箱换了1000块"<<endl;
oo2+=1000;
cout<<"刚进地铁,就有一队满编来了,你先跑进了地铁"<<endl;
cout<<"他们把你打残了,你坐上新版本地铁"<<endl<<endl;
Sleep(900);
cout<<"他们紧追不舍,想到这里你突然想到你的导弹召唤券"<<endl;
cout<<"你拿出来,系统自动显示画面..."<<endl<<endl<<endl;
Sleep(2500);
cout<<" ";
cout<<"导弹召唤:"<<endl<<endl;
cout<<"选择导弹型号:"<<endl;
cout<<"1.长1m,高50cm 2.长2m,高1m 3.长50cm,高1m 4.长3m,高5m 5.长90cm,高1.8m"<<endl;
Sleep(4000);
cout<<"分别面积威力:"<<endl;
Sleep(407);
cout<<"1.10000平方米 2.12000平方米 3.7000平方米 4.30000平方米 5.13500平方米"<<endl<<endl;
Sleep(1500);
int f_p;
cin>>f_p;
int po[60];
po[1]=10000,po[2]=12000,po[3]=7000,po[4]=30000,po[5]=13500;
Sleep(400);
tao=0;
cout<<"幸好这些导弹不会炸到你的车厢"<<endl;
Sleep(500);
cout<<"系统:检测到你召唤的导弹威力为"<<po[f_p]/1000.0*1.2;
cout<<"他们被你炸死了..."<<endl<<endl;
Sleep(200);
cout<<"你去了g港捡了波物资"<<endl<<endl;
Sleep(400);
cout<<"你捡到呼救器了!"<<endl;
cout<<"你选择到哪个地方?"<<endl;
cout<<"1.t城 2.E城 3.B城 4.地铁口 5.K城"<<endl<<endl;
string f_s[20];
f_s[1]="t城",f_s[2]="E城",f_s[3]="B城",f_s[4]="地铁口",f_s[5]="K城";
int g_h;
cin>>g_h;
cout<<"好的,你来到了"<<f_s[g_h]<<endl<<endl;
Sleep(1002);
cout<<"幸好每个地方都有个地铁连接处"<<endl<<endl;
Sleep(500);
cout<<"你等着地铁"<<endl<<endl;
cout<<"系统:feitian(200,shanghai(0))"<<endl<<endl;
Sleep(500);
cout<<"你一脸懵逼,怎么上天了,好像是卡bug了..."<<endl<<endl;
Sleep(450);
cout<<"系统:宿主当前网络环境较差......"<<endl<<endl;
Sleep(2000);
cout<<"过了几秒,网络终于好了"<<endl;
cout<<"你重新去地铁坐了个缆车开波箱子...昂将将"<<endl<<endl;
cout<<"第一个箱子:"<<endl;
cout<<"余额1500"<<endl;
oo2+=1500;
cout<<"第二个箱子:"<<endl;
cout<<"交换券"<<endl;
string cangku[1000];
cout<<"你存到了仓库里"<<endl;
Sleep(1000);
int fl=0,jia[100000];
cout<<"第三个箱子:"<<endl;
cout<<"金皮groza与紫皮m416"<<endl<<endl;
Sleep(1200);
cout<<"系统:宿主抽选到%0.01概率装备,赠送金皮机甲与闪耀机甲!"<<endl<<endl;
Sleep(500);
cout<<"嘿嘿,你把这些全部放入了仓库"<<endl<<endl;
fl++,cangku[fl]="金皮groza",jia[fl]=100000;
fl++,cangku[fl]="紫皮m416",jia[fl]=150000;
fl++,cangku[fl]="金皮机甲",jia[fl]=100000;
fl++,cangku[fl]="闪耀机甲",jia[fl]=160000;
cout<<"开完箱子,迎面来了一队人..."<<endl<<endl;
Sleep(100);
cout<<"你打开机甲,咦"<<endl;
cout<<"这里面的配置不一样了诶"<<endl;
Sleep(2000);
cout<<"系统:宿主正在驾驶机甲中..."<<endl<<endl;
cout<<"我去,这里面新增了钩子"<<endl<<endl;
cout<<"请宿主选择攻击敌人方式:"<<endl<<endl;
cout<<"1.<用钩子> 2.<长城,炮!>"<<endl<<endl;
int u_1;
cin>>u_1;
if(u_1==1)
{
cout<<"你用钩子把四个人抓起来"<<endl;
cout<<"然后,你直接,长城,炮!"<<endl<<endl;
cout<<"直接灭队了"<<endl;
cout<<endl;
tao+=4;
}
if(u_1==2)
{
cout<<"毫无意外,直接灭队"<<endl<<endl;
tao+=4;
}
cout<<"你再次使用快捷命令"<<endl;
cout<<"先飞上了天"<<endl<<endl;
cout<<"你先去打了人,获得了5级仓库包"<<endl;
cout<<endl;
Sleep(1200);
cout<<"你又去开了波箱子,余额+了20w"<<endl<<endl;
cout<<"最后,你去毒区外M城交易区交易了开到的ump45,由于是绝版,血赚30w"<<endl<<endl;
oo2+=300000;
cout<<"不得不说,这局爆率真的很高"<<endl;
cout<<"最后,你开上机甲跑到t城撤离点,撤离了"<<endl<<endl;
dengji+=2;
cout<<"你的机甲等级加了2级,现在是"<<dengji<<"级"<<endl<<endl;
int pp=tao*5000*1.2;
cout<<"本局报告:余额+"<<oo2+pp;
oo+=oo2;
oo2=0;
cout<<"你打完这一局看看你的余额,已经有"<<oo<<"元了"<<endl<<endl;
cout<<"你一看,才下午2点,于是,你开了个直播"<<endl<<endl;
Sleep(1500);
cout<<"刚开直播几分钟,就有人送了一个嘉年华,你看这样,就打开了机甲模式"<<endl<<endl;
yue+=1200;
Sleep(200);
cout<<"加载中..."<<endl<<endl;
Sleep(2000);
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成机甲模式进度("<<i<<"/100)总进度";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
cout<<"你也是来到了预备点"<<endl<<endl;
cout<<"系统:还剩10秒进入战场,请各位特种兵准备!"<<endl<<endl;
Sleep(1920);
for(int i=9;i>=1;i--){
cout<<" ";
cout<<"进入战场倒计时:"<<i;
Sleep(999);
system("cls");
}
cout<<"你进去了"<<endl;
Sleep(500);
cout<<"这次你复活到了Z城地铁口"<<endl<<endl;
Sleep(400);
cout<<"由于z城是地图边缘,在毒区范围,不过只要跑过毒区后撤离就行了"<<endl<<endl;
Sleep(540);
cout<<"系统:检测到宿主当前处于毒区,提示:毒区范围每局都只会停在地图4分之2.5的位置..."<<endl<<endl;
cout<<"你带了一把groza,先去开波箱子,喔!"<<endl<<endl;
Sleep(900);
cout<<"有7.62mm子弹3000把!"<<endl<<endl;
int zidan_762;
cout<<"正好搭配上金皮groza!"<<endl<<endl;
Sleep(1020);
zidan_762=3000;
fl++,cangku[fl]="7.62mm子弹";
jia[fl]=10000;
cout<<"classover,你没带机甲!"<<endl<<endl;
cout<<"先去拾取看看有没有机甲..."<<endl<<endl;
cout<<"你问系统:系统,可不可以挂一下机,我拿个机甲..."<<endl<<endl;
Sleep(1020);
cout<<"系统:好的,宿主,重连中!"<<endl<<endl;
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成机甲模式进度("<<i<<"/100)总进度...";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
cout<<"机甲模式开启中~~~\n"<<endl<<endl;
Sleep(2000);
system("cls");
cout<<"你拾取了金皮机甲,再次开了"<<endl<<endl;
Sleep(500);
cout<<"系统:宿主正在重连之中...\n"<<endl<<endl;
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成机甲模式进度("<<i<<"/100)总进度...";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
cout<<endl;
Sleep(1100);
cout<<"系统:宿主已经返回战场"<<endl<<endl;
cout<<"你一看,毒圈还有60秒"<<endl;
cout<<"你先用呼救器飞到C城地铁出口"<<endl<<endl;
cout<<"这里的地铁人有点多"<<endl<<endl;
cout<<"系统:本局轰炸区还有10秒到达..."<<endl<<endl;
for(int i=0;i<10;i++){
cout<<" ";
cout<<"轰炸区即将到达..."<<"("<<i<<"/10)秒...";
Sleep(690);
system("cls");
}
cout<<"轰炸区已到达"<<endl<<endl;
Sleep(900);
cout<<"你想着,躲到地铁里应该就没啥事了吧"<<endl<<endl;
cout<<"可突然,有一个黑乎乎的东西在100m外冒出头来..."<<endl;
cout<<endl;
Sleep(1200);
cout<<"你呼唤着系统"<<endl<<endl;
cout<<"系统:提醒宿主,若在地铁站里则会有黑虫来,它们会释放黑火,被它抓挠到3次或被黑火碰到都会死亡"<<endl<<endl;
Sleep(2000);
cout<<"不过轰炸区对机甲无伤害,讲述完毕..."<<endl<<endl;
Sleep(1300);
cout<<"你心里有点发慌,他似乎离你只有90米了"<<endl<<endl;
Sleep(900);
cout<<"1.<坐缆车跑> 2.<坐电梯> 3.<坐地铁> /n"<<endl<<endl;
int l_i;
cin>>l_i;
int xueliang=100;
string vv[10000];
if(l_i==1){
cout<<"事不宜迟,你马上朝左边的缆车跑去"<<endl;
Sleep(900);
cout<<"幸好不远,你手刚一碰..."<<endl;
Sleep(1009);
cout<<"缆车提醒:需要5秒解锁"<<endl<<endl;
Sleep(1039);
cout<<"你心想:解锁个damn啊,黑虫还剩40米了..."<<endl;
cout<<"你按下解锁键"<<endl<<endl;
for(int i=0;i<10;i++){
cout<<" ";
cout<<"解锁中:..."<<"("<<i<<"5)秒...";
Sleep(690);
system("cls");
}
cout<<"就在解锁好时,它只离你只有15米了。"<<endl;
Sleep(1300);
cout<<"你连忙上到缆车"<<endl<<endl;
Sleep(870);
cout<<"缆车缓缓开动,但黑虫已经来到缆车前面了"<<endl<<endl;
cout<<"你拿上groza,缆车也快了起来"<<endl<<endl;
Sleep(2000);
cout<<"他喷射开黑火..."<<endl<<endl;
Sleep(1000);
cout<<"幸好缆车空间大,你闪身一躲,躲过去了,但是任然有一部分黑火击中了你的小腿"<<endl<<endl;
Sleep(100);
cout<<"你残血了,但距离拉开了,你躲过去了..."<<endl<<endl;
xueliang-=80;
}
if(l_i==2){
cout<<"电梯有点远,但是速度快,你快速朝左边的楼梯跑去..."<<endl;
Sleep(999);
str="你先跑到了3楼,打算躲一躲...";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(69);
}
cout<<endl;
Sleep(999);
cout<<"你躲在办公桌地下,黑虫的声音缓缓传来"<<endl;
Sleep(999);
cout<<"你有点恐慌,因为脚步似乎越来越近了..."<<endl<<endl;
system("pause");
str="1.<逃跑> 2.<不逃跑>";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(70);
}
cout<<endl;
int ll;
cin>>ll;
if(ll==1){
cout<<"你立马逃跑..."<<endl;
Sleep(450);
cout<<"你打入了两针肾上腺素,身体素质爆表..."<<endl;
Sleep(600);
cout<<"系统:检测宿主打入肾上腺素..."<<endl;
Sleep(760);
str="宿主当前体制为:每秒跑步速度15m,血量增加2倍,肌肉扩大2倍";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(75);
}
cout<<endl;
cout<<"不出所料,你迅速的摆脱了黑虫..."<<endl;
Sleep(700);
xueliang-=25;
}
if(ll==2){
str="黑虫没发现你,你侥幸躲过一劫...";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(75);
}
cout<<endl;
}
cout<<"你迅速跑向电梯,逃离了这里..."<<endl;
Sleep(700);
}
if(l_i==3){
cout<<"来不及思考,你马上朝地铁跑去..."<<endl;
Sleep(556);
cout<<"但是你是在地铁出口,地铁在地铁入口..."<<endl;
Sleep(460);
cout<<"你先跑上了-1楼,在楼梯拐角处躲着..."<<endl<<endl;
Sleep(499);
cout<<"斯,斯,斯,黑虫的脚步离你越来越近..."<<endl<<endl;
Sleep(500);
str="1.<逃跑> 2.<不逃跑> 3.<跟它拼了(他的血量是你的1.5倍)>";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(73.56);
}
cout<<endl;
int ooo;
cin>>ooo;
if(ooo==1){
cout<<"他差点发现了你,幸好你跑得快..."<<endl;
Sleep(999);
}
if(ooo==2){
cout<<"他没发现你..."<<endl;
}
if(ooo==3){
cout<<"请选择你要带的枪:"<<endl;
str="1.<awm> 2.<groza> 3.<m416> 4.<famas>";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(74);
}
vv[1]="awm",vv[2]="groza",vv[3]="m416";
vv[4]="famas";
int le;
cin>>le;
string str="你没有犹豫,果断拿起";
str=str+vv[le]+"从拐角处蹦了出来";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(73);
}
sys=vv[le];
cout<<"请选择你要与黑虫对战所用的招式:"<<endl;
str="1.<跳枪> 2.<拜佛> 3.<贴脸开大> 4.<闪镜>";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(75);
}
vv[1]="跳枪",vv[2]="拜佛",vv[3]="贴脸开大",vv[4]="闪镜";
int lp;
cin>>lp;
cout<<"你直接一个"<<vv[lp]<<"打得黑虫措手不及"<<endl;
Sleep(799);
str="随后,你拿起";
str=str+sys;
str=str+"直接打死了黑虫,但也受了点伤";
xueliang-=55;
}
}
tao=1;
cout<<endl;
cout<<"你终于是摆脱了黑虫..."<<endl;
Sleep(460);
cout<<"系统:宿主当前血量为"<<xueliang<<endl;
cout<<"1.<撤离> 2.<开完箱子再撤离>"<<endl;
Sleep(899);
int mm;
cin>>mm;
int shouyi=oo;
if(mm==1){
cout<<"撤离中:"<<endl;
for(int i=0;i<10;i++){
cout<<" ";
cout<<"撤离倒计时(10/"<<i<<")"<<endl;
Sleep(400);
system("cls");
}
cout<<endl;
cout<<"本局收益:0元,淘汰1,奖励20000元"<<endl;
shouyi+=20000;
}
else {
cout<<"你再去开了下箱子一共100000元"<<endl;
shouyi+=100000;
Sleep(799);
cout<<"随后,你便撤离了..."<<endl;
Sleep(500);
cout<<"撤离中:"<<endl;
for(int i=0;i<10;i++){
cout<<" ";
cout<<"撤离倒计时(10/"<<i<<")"<<endl;
Sleep(400);
system("cls");
}
cout<<endl;
cout<<"本局收益:100000元,淘汰1,奖励50000元"<<endl;
shouyi+=50000;
}
cout<<"打完这一把后,你打算看看自己的机甲模式有多少元..."<<endl;
Sleep(999);
system("pause");
cout<<"收益页面加载中..."<<endl;
Sleep(899);
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成进度("<<i<<"/100)总进度";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
str="宿主当前机甲模式游戏游戏币为";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(77);
}
cout<<shouyi;
Sleep(77);
cout<<"元"<<endl;
Sleep(770);
cout<<"你也是再次打开了机甲..."<<endl<<endl;
Sleep(999);
str="1.<M城> 2.<P城> 3.<军事基地> 4.<Y城>";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(77);
}
cout<<endl;
int en;
cin>>en;
vv[1]="M城",vv[2]="P城",vv[3]="军事基地",vv[4]="Y城";
cout<<"于是,你到了"<<vv[en]<<endl<<endl;
Sleep(400);
oo=0;
cout<<"你先去开了几个箱子..."<<endl;
Sleep(699);
for(int i=0;i<5;i++){
cout<<" ";
cout<<"箱子解锁中(5/"<<i<<")";
Sleep(600);
system("cls");
}
cout<<"有余额10000"<<endl;
Sleep(799);
oo+=10000;
int zi,wi;
zi=rand()%20+1;
wi=rand()%20+1;
string wu[10000];
wu[1]="余额10000元",wu[2]="余额5000元",wu[3]="金块";
wu[4]="金砖",wu[5]="绝版uzi枪皮",wu[6]="白皮famas";
wu[7]="一把30子弹fal",wu[8]="饮水机",wu[9]="荣誉勋章",wu[10]="自行车";
wu[11]="200L大汽油桶",wu[12]="无子弹akm",wu[13]="7.62mm子弹1000发";
wu[14]="5.56mm子弹500发",wu[15]="白皮awm+100发马格南子弹",wu[16]="余额100元";
wu[17]="余额500元",wu[18]="三级甲",wu[19]="四级甲",wu[20]="一级甲";
wu[21]="二级甲",wu[22]="CPU处理器",wu[23]="军用电池";
wu[24]="scarl";
int zhi[10000],zidan_556;
zhi[1]=10000,zhi[2]=5000,zhi[3]=100000,zhi[4]=200000;
zhi[5]=1000,zhi[6]=20000,zhi[7]=3000,zhi[8]=10000,zhi[9]=5500;
zhi[10]=16000,zhi[11]=1555,zhi[12]=3450,zhi[13]=4230,zhi[14]=1450;
zhi[15]=200000,zhi[16]=100,zhi[17]=500;
zhi[18]=10000,zhi[19]=13500,zhi[20]=6500,zhi[21]=7500;
zhi[22]=13500,zhi[23]=57500,wu[24]=5405;
str="1.<上地铁捡物资> 2.<去地铁入口阴人>";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(77);
}
tao=0;
int ni,dong;
cin>>ni;
if(ni==2){
cout<<"你准备去把地铁口的六个箱子给开了..."<<endl;
Sleep(999);
for(int i=1;i<=6;i++)
{
cout<<"你所开的箱子:第"<<i<<"个"<<endl;
Sleep(570);
dong=rand()%20+1;
if(dong!=14)cout<<"你抽中了"<<wu[dong]<<endl;
else cout<<"你抽中了5.56mm子弹500发(5.56mm子弹)"<<endl;
Sleep(699);
cout<<"价值:"<<zhi[dong]<<"元"<<endl;
Sleep(799);
fl++,cangku[fl]=wu[dong];
if(dong==1 || dong==2 || dong==16 || dong==17)
str="物品已存入游戏余额币",shouyi+=zhi[dong];
else
str="物品已经存入仓库...";
for(int j=0;j<str.size();j++){
cout<<str[j];
Sleep(85);
}
if(dong!=14)cangku[fl]=wu[dong];
else cangku[fl]="5.56mm子弹";
cout<<endl;
if(dong==14)
zidan_556+=500;
Sleep(599);
system("cls");
}
cout<<"随后,你便坐上了地铁..."<<endl<<endl;
Sleep(1099);
}
else
{
cout<<"前面来了一个人..."<<endl;
Sleep(699);
cout<<"|--------------------------------战斗--------------------------------|"<<endl;
Sleep(799);
str="请选择你要战斗所用的枪械";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(85);
}
cout<<endl;
vv[1]="qbz95",vv[2]="ump45",vv[3]="uzi",vv[4]="vss";
vv[5]="Kar98k",vv[6]="m416";
for(int i=1;i<=6;i++){
cout<<i<<".";
Sleep(85);
str=str+vv[i];
for(int j=0;j<str.size();j++){
cout<<str[j];
Sleep(85);
}
Sleep(199);
cout<<endl;
}
cout<<endl;
Sleep(799);
int ki;
cin>>ki;
cout<<"随后,你拿起";
Sleep(199);
cout<<vv[ki]<<"向敌人跑去";
Sleep(289);
cout<<endl;
Sleep(699);
str="请选择你的战斗招式:";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(83);
}
cout<<endl;
sys=vv[ki];
vv[1]="闪镜",vv[2]="提前枪",vv[3]="下蹲摇身",vv[4]="拜佛",vv[5]="跳枪";
for(int i=1;i<=5;i++){
cout<<i<<".";
Sleep(139);
cout<<vv[i];
Sleep(159);
cout<<endl;
}
int hi;
cin>>hi;
cout<<"敌人也看见你了,你直接就是一个";
Sleep(399);
cout<<vv[hi]<<endl;
Sleep(399);
cout<<"敌人猝不及防,被你打死了..."<<endl;
tao++;
cout<<"随后,你看也很久了,还没来人,先跑了..."<<endl;
Sleep(899);
cout<<"你坐上了地铁..."<<endl;
}
cout<<"系统:轰炸区还有3秒到达...";
Sleep(1500);
cout<<"系统:轰炸区已到达!"<<endl;
Sleep(500);
cout<<"你心里一篇无语..."<<endl;
Sleep(599);
int zha,zha1;
string cheng[200];
cheng[1]="t城",cheng[2]="G港",cheng[3]="G镇",cheng[4]="军事基地";
cheng[5]="X城",cheng[6]="P城",cheng[7]="M城",cheng[8]="战地医院";
cheng[9]="K城",cheng[10]="P港",cheng[11]="Y城",cheng[12]="R城";
cheng[13]="监狱",cheng[14]="L城",cheng[15]="S城",cheng[16]="N港";
Sleep(699);
zha=rand()%20+1;
zha1=rand()%20+1;
cout<<"系统:轰炸地区为:"<<endl;
Sleep(599);
if(zha==zha1){
cout<<cheng[zha]<<"两次"<<endl;
Sleep(799);
}
else
cout<<cheng[zha]<<"与"<<cheng[zha1]<<endl;
Sleep(400);
if(zha==zha1){
cout<<"你侥幸躲过了轰炸区..."<<endl;
}
cout<<"不久后你便撤离了..."<<endl;
Sleep(799);
cout<<"本局收益:"<<oo+tao*3500<<endl;
Sleep(899);
shouyi+=oo,oo=0;
cout<<"不久,你再次开启了游戏..."<<endl;
cout<<endl;
Sleep(399);
cout<<endl;
system("pause");
Sleep(699);
cout<<"系统:机甲模式即将更新,请宿主确认:"<<endl;
Sleep(999);
system("pause");
f=200;
for(int i=1;i<=6;i++){
cout<<"账号:"<<endl;
Sleep(799);
cin>>o_1[i];
cout<<endl;
Sleep(399);
cout<<"密码:"<<endl;
cin>>o_2[i];
cout<<endl;
Sleep(399);
if(o_1[i]==mingzi && o_2[i]==mima){
cout<<"登录成功!"<<endl<<endl;
Sleep(480);
f=1;
break;
}
else {
cout<<"登录失败..."<<endl;
cout<<"请再次登录..."<<endl;
}
if(i>3){
cout<<"登录多次失败,等待"<<3+(i-3)*2<<"秒..."<<endl;
Sleep(799);
for(int j=1;j<=5+(i-3)*2;j++){
cout<<"等待中..."<<endl;
Sleep(799);
system("cls");
}
cout<<endl;
}
}
if(f==200){
str="你个死人机,密码都记不住,滚回农村吧,害我还要在打游戏时多打这三行...";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(69);
}
cout<<endl;
Sleep(399);
cout<<"滚吧,农村大乐子"<<endl<<endl;
Sleep(599);
return 0;
}
cout<<"你也是打开了机甲..."<<endl;
Sleep(699);
str="1.<娱乐> 2.<正规>";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(799);
}
cout<<endl;
int o_3;
cin>>o_3;
cout<<"好的,请选择城市:"<<endl;
str="1.<Z城> 2.<M城> 3.<X城> 4.<G镇> 5.<P城>";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(89);
}
cout<<endl;
vv[1]="Z城",vv[2]="M城",vv[3]="X城",vv[4]="G镇",vv[5]="P城";
int o_4;
cin>>o_4;
Sleep(799);
system("pause");
Sleep(799);
cout<<"随后,你跳伞到了"<<vv[o_4]<<endl;
cout<<vv[o_4]<<"的人不多,你先去开了几个箱子..."<<endl;
Sleep(1099);
cout<<"----------------------------------开箱------------------------------------------"<<endl;
Sleep(499);
for(int i=1;i<=4;i++)
{
cout<<"你所开的箱子:第"<<i<<"个"<<endl;
Sleep(570);
int dong=rand()%20+1;
cout<<"你抽中了"<<wu[dong]<<endl;
Sleep(699);
cout<<"价值:"<<zhi[dong]<<"元"<<endl;
Sleep(799);
fl++,cangku[fl]=wu[dong];
if(dong==1 || dong==2 || dong==16 || dong==17)
str="物品已存入游戏余额币";
else
str="物品已经存入仓库...";
for(int j=0;j<str.size();j++){
cout<<str[j];
Sleep(85);
}
jia[fl]=zhi[dong];
cout<<endl;
Sleep(599);
system("cls");
}
cout<<endl;
cout<<"也是开完了,收获还行"<<endl;
Sleep(999);
sys=vv[o_4];
string suo;
cout<<"你面前有几把枪..."<<endl;
str="1.<scarl> 2.<uzi> 3.<DP-28> 4.<S1897> 5.<M762> 6.<M249> 7.<vss> 8.<MK47> 9.<M16A4>";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(85);
}
cout<<endl;
cout<<"选择:"<<endl;
Sleep(399);
int o_5;
cin>>o_5;
suo=vv[o_5];
cout<<"我靠,远处一个穿3级甲满配妹控的想向你跑来了..."<<endl;
Sleep(499);
cout<<"你不得以,向远处地铁跑去"<<endl;
int lia=100;
cout<<"他发现你了,你刚好跑到地铁口"<<endl;
Sleep(599);
cout<<"你想躲在了神秘点位"<<endl;
Sleep(399);
cout<<"系统:机甲模式体验服关闭..."<<endl;
cout<<"你一脸蒙蔽..."<<endl;
Sleep(799);
cout<<"系统:版本更新,宿主更新版本..."<<endl;
Sleep(999);
cout<<"1.<更新> 2.<否决>"<<endl;
Sleep(799);
int i_1;
cin>>i_1;
if(i_1==2){
cout<<"5秒后注销..."<<endl;
Sleep(5000);
cout<<"已注销..."<<endl;
return 0;
}
Sleep(1099);
for(int i=0;i<100;i++){
cout<<" ";
cout<<"已完成进度("<<i<<"/100)总进度";
Sleep(0.00000000001*0.00000000001);
system("cls");
}
Sleep(799);
system("cls");
cout<<"核对信息:"<<endl;
string y_1[333],y_2[333];
Sleep(499);
f=300;
for(int i=0;i<=6;i++){
cout<<"名字:"<<endl;
cin>>y_1[i];
Sleep(899);
system("cls");
cout<<"密码:"<<endl;
cin>>y_2[i];
if(pd(mingzi,mima,y_1[i],y_2[i])){
cout<<"登陆成功!"<<endl;
break;
}
cout<<"登录失败...,请再次登录..."<<endl;
}
if(f==400){
str="你个死人机,密码都记不住,滚回农村吧,害我还要在打游戏时多打这三行...";
for(int i=0;i<str.size();i++){
cout<<str[i];
Sleep(69);
}
cout<<endl;
Sleep(399);
cout<<"滚吧,农村大乐子"<<endl<<endl;
Sleep(599);
return 0;
}
cout<<"系统:宿主上线,福利100000机甲余额 /n"<<endl;
shouyi+=100000;
cout<<"宿主当前机甲余额:"<<endl;
Sleep(599);
cout<<shouyi<<endl;
Sleep(399);
cout<<"系统:机甲海岛上线"<<endl;
Sleep(999);
cout<<"你决定来一局"<<endl;
Sleep(399);
cout<<"1.<S城> 2.<P城> 3.<G镇>"<<endl;
Sleep(799);
int y_4;
cin>>y_4;
vv[1]="S城",vv[2]="P城",vv[3]="G镇";
cout<<"你落地"<<vv[y_4]<<",人太多了..."<<endl;
Sleep(599);
cout<<"请选择:"<<endl;
Sleep(499);
ld();
cin>>Sl;
ll(Sl);
tao=0;
if(Sl==2)
tao+=2;
xi();
Sleep(399);
cout<<"坐标x,y值:"<<endl;
Sleep(299);
cin>>p1>>p2;
xx(p1,p2);
cin>>hp;
xl[1]=15,xl[2]=20,xl[3]=23,xl[4]=31,xl[5]=40,xl[6]=60;
cout<<"你随后跑向那个人,成功灭亡了他..."<<endl;
Sleep(299);
tao++;
zl=xl[hp[2]]*1.0/15.0*5.0;
ti-=zl;
cout<<"系统:宿主跑动距离4176米,消耗"<<zl<<"点能量"<<endl;
Sleep(599);
cout<<"当前血量:"<<ti<<endl;
Sleep(599);
cout<<"ok啊,你也是直接跑了..."<<endl;
cout<<"撤离了,但是没有收益..."<<endl;
Sleep(1099);
cout<<"系统:官方调查问卷:"<<endl;
Sleep(999);
jiazai();
vv[1]="你觉得游戏怎么样?",vv[2]="你觉得游戏体验起来怎么样?";
vv[3]="你觉得游戏内容优质吗?",vv[4]="游戏是否杂乱?";
vv[5]="你觉得游戏还可以怎么样?:";
for(int i=1;i<=n;i++){
cout<<i<<"."<<vv[i]<<endl;
Sleep(399);
if(i<3)
wen();
else
wen1();
cin>>hg[i];
if(hg[i]==1)
dui++;
else
bu++;
Sleep(599);
system("cls");
}
if(bu>3)
taidu="不满意";
if(bu==3)
taidu="有点不满意";
if(bu==2)
taidu="一般";
if(bu<=1)
taidu="较满意";
Sleep(399);
cout<<"5."<<vv[5]<<endl;
Sleep(699);
cin>>pingjia;
system("pause");
cout<<"天色不晚了,你睡了...(此等候5秒...)"<<endl;
Sleep(5000);
cout<<"第二天,你正准备打开游戏"<<endl;
cout<<"系统:请宿主登录:"<<endl;
cout<<"账号:"<<endl;
cin>>io;
cout<<"密码:"<<endl;
cin>>ko;
if(pk!=shoujihao){
cout<<"登录失败,跑路了...5秒后关"<<endl;
if(pd(mingzi,mima,io,ko)==1){
cout<<"忘记密码,请手机号一键登录:"<<endl;
cin>>pk;
Sleep(5000);
cout<<"拜拜,滚吧"<<endl;
return 0;
}
}
cout<<"登陆成功!"<<endl;
Sleep(399);
system("pause");
cout<<"你也是迫不及待的去看了机甲的信息:"<<endl;
s(399);
cout<<"收益币:"<<shouyi<<"元!"<<endl;
Sleep(999);
cout<<"仓库一览:"<<endl;
s(699);
for(int i=1;i<=fl;i++){
cout<<i<<".";
s(399);
if(cangku[i]=="7.62mm子弹")
cout<<"7.62mm子弹"<<zidan_762<<"发";
if(cangku[i]=="5.56mm子弹")
cout<<"5.56mm子弹"<<zidan_556<<"发";
if(cangku[i]!="7.62mm子弹" && cangku[i]!="5.56mm子弹")
cout<<cangku[i];
cout<<endl;
s(699);
}
cout<<endl;
s(699);
cout<<"你看着这么多好东西,哈喇子都快留下来了,直接又开了一把PUBG机甲..."<<endl<<endl;
s(399);
jiazai();
system("pause");
s(500);
cout<<"1.<M城> 2.<靶场> 3.<军事基地> 4.<S城> 5.<随机>"<<endl;
int yo;
cin>>yo;
vv[1]="M城",vv[2]="靶场",vv[3]="军事基地",vv[4]="S城";
if(yo<5)sys=vv[yo];
if(yo==5){
sys=vv[sui(4)];
}
cout<<sys<<"人不多,你直接去开箱子"<<endl;
for(int i=1;i<=3;i++)
{
cout<<"你所开的箱子:第"<<i<<"个"<<endl;
s(570);
dong=rand()%20+1;
cout<<"你抽中了"<<wu[dong]<<endl;
s(699);
cout<<"价值:"<<zhi[dong]<<"元"<<endl;
s(799);
fl++,cangku[fl]=wu[dong];
if(dong==1 || dong==2 || dong==16 || dong==17)
str="物品已存入游戏余额币";
else
str="物品已经存入仓库...";
for(int j=0;j<str.size();j++){
cout<<str[j];
s(85);
}
jia[fl]=zhi[dong];
cout<<endl;
s(599);
system("cls");
}
cout<<endl;
s(900);
cout<<"是否去地铁,周围人有点多"<<endl;
wen1();
int ho;
cin>>ho;
if(ho==2){
cout<<"你被打的千疮百孔,直接跑了..."<<endl;
Sleep(599);
}
cout<<"系统:本次轰炸地区:"<<sys<<endl;
s(999);
cout<<"你顿感不妙,连忙朝地铁里跑去..."<<endl;
s(599);
return 0;
}