-
个人简介
--
#include<bits/stdc++.h> #include<windows.h> using namespace std; string s; int x; void cyp1() { s="你睡觉了,一下子睡到了第二天,也就是末日爆发的那天。 \n由于你没有准备充分,导致你被硬闯进来的变异人类杀死了。\n-----------------------------游戏结束"; for(int i=0;i<=s.size()-1;i++) { Sleep(25); cout<<s[i]; } } void cyp2() { s="你在和小A闲聊的时候提起了这件事,但你没想到小A也知道这件事"; } int main() { srand(time(0)); system("color c"); s="故事背景:\n在城市的某个角落,一群人在路上走着。忽然,他们的身体发生了变异:扭曲的四肢、空洞的眼神,眼睛变得血红。\n而这一幕被正在散步的你看到了。以你多年看末日小说的经验来看,这应该是人类变异末日。据某些科学家所说,人类变异后会失去理智,还可能会体型大增。\n你必须熬过这次末日,请务必活下去!!\n"; for(int i=0;i<=s.size()-1;i++) { Sleep(25); cout<<s[i]; } do { cout<<"1:继续\n"; cin>>x; }while(x!=1); system("cls"); system("color a"); cout<<" 发现变异人类的那天晚上\n"; do { cout<<"请选择\n1:采购食物 \n2:回家睡觉 \n3:去找你的好兄弟小A闲聊 \n"; cin>>x; }while(x!=1&&x!=2&&x!=3); if(x==2) { cyp1(); return 0; } if(x==3) cyp2(); }
【未完待续】
-
通过的题目
-
最近活动
This person is lazy and didn't join any contests or homework. -
最近编写的题解
This person is lazy and didn't write any solutions.
题目标签
- 2021
- 2
- CSP-J
- 2
- 模板
- 1
- 图论
- 1
- 最短路
- 1
- 广搜
- 1