精彩的丧尸危机第三版,后面还会有什么危机呢?
#include<bits/stdc++.h>
using namespace std;
inline int read(){
register int x=0,f=1;
char c=getchar();
while(c<'0'||c>'9'){
if(c=='-'){
f=-1;
}
c=getchar();
}
while(c>='0'&&c<='9'){
x=(x<<3)+(x<<1)+(c^48);
c=getchar();
}
return x*f;
}//快读read
void sc(string a){
int len=a.size();
for(int i=0;i<len;i++){
cout<<a[i];
s(60);
}
s(500);
cout<<endl;
}//慢速输出函数
void s(int x){
Sleep(x);
}//使用s函数增加输入速度
int main(){
string kt="生 化 危 机 3";
int s=0;
string d;
int xz;
print(" %s\n\n3秒后开始游戏",kt.c_str());
int zd=2001,sw=0