-
Bio
//本代码由陈斯伟纯手打,记得给个好评!!!!!!!!!!
#include <windows.h>
#include <bits/stdc++.h>
#include <conio.h>
#define cls system("cls");
#define sl1 Sleep(100);
#define sl5 Sleep(500);
#define in cin>>
using namespace std;
int x;
void ldxj(){
cout<<"你好! \n";
cout<<"如果你看到这封信,那么你现在就已经加入反劳大联盟,请 \n";
cout<<"现在听我说的做,不然你就会被一会儿就会被冲进来劳大的杀死! \n";
cout<<"1.立刻离开你的房子! \n";
cout<<"2.立刻进入教学楼! \n";
cout<<"3.立刻进入302号房! \n";
}
int main(){
printf("由于惨无人道的劳大到处烧杀...\n按任意键继续...\n ");
getch(); cls
printf("许多人被迫离开故乡逃离远方...\n按任意键继续...\n ");
getch(); cls
printf("如今,世界大乱,只有你才能拯救世界。\n按任意键继续...\n ");
getch(); cls
printf("你收到了一封信...\n你要——\n 1.查看信件 2.不理它\n ");
in x;
if(x==1){
cls
ldxj();
}
else{
cls
cout<<"你死了";
}
int nn;
cin>>nn;
cls
cout<<"你死了";
return 0;
}
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... -
Accepted Problems
-
Recent Activities
-
Recent Solutions
Problem Tags
- 一本通编程启蒙
- 84
- 字符串
- 13
- 历届试题
- 9
- 计算
- 5
- 前缀和
- 4
- 字符串处理
- 4
- 质数
- 2
- 模拟
- 2
- 尺取法
- 2
- 递推
- 2
- 系统测试
- 1
- 中级课程
- 1
- 初赛试题
- 1
- 数组比较
- 1
- 枚举
- 1
- 数字拆分
- 1
- 前缀最值
- 1
- 指针移动
- 1