- #include<iostream>
- #include<cstdlib>
- using namespace std;
- int main()
- {
- re:
- system("cls");
- string name[7]={"吃下姬路瑞希的殺人料理","被島田美波以暴力虐殺","被霧島翔子路過電死","被悶聲色狼威脅自殺","被臭老太婆長玩死","被?本雄二精神虐待致死","被工藤愛子在飯裡偷偷下藥"};
- srand(time(NULL));
- int ball;
- cout<<"來抽笨蛋吉井的死法..."<<endl;
- cout<<"久:等等等等一下!為什麼我要死!?"<<endl;
- cout<<"二:因為你欠死"<<endl;
- system("pause");
- system("cls");
- for(int i=1;i<=80;i++)
- {
- ball=rand()%7;
- if(i%2==0)
- cout<<"▏▎▍▌▋▊▉█... 抽死法中 ... █▉▊▋▌▍▎▏"<<endl;
- else
- cout<<"█▉▊▋▌▍▎▏... 抽死 法中 ... ▏▎▍▌▋▊▉█"<<endl;
- cout<<name[ball];
- system("cls");
- }
- cout<<"明久將要以"<<name[ball]<<"方式"<<endl;
- cout<<"明:等等等等一下我還不想啊啊啊啊啊啊!"<<endl
- <<"雄:你沒有選擇的餘地"<<endl
- <<"明:我未來的美好人生呢?"<<endl
- <<"色狼:......(冷笑)"<<endl
- <<"工1:否決 ?"<<endl;
- system("pause");
- goto re;
- return 0;
- }
複製代碼 |