返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     system("cls");
  8.     string name[7]={"吃下姬路瑞希的殺人料理","被島田美波以暴力虐殺","被霧島翔子路過電死","被悶聲色狼威脅自殺","被臭老太婆長玩死","被?本雄二精神虐待致死","被工藤愛子在飯裡偷偷下藥"};
  9.     srand(time(NULL));
  10.     int ball;
  11.     cout<<"來抽笨蛋吉井的死法..."<<endl;
  12.     cout<<"久:等等等等一下!為什麼我要死!?"<<endl;
  13.     cout<<"二:因為你欠死"<<endl;
  14.     system("pause");
  15.     system("cls");
  16.     for(int i=1;i<=80;i++)
  17.     {
  18.          ball=rand()%7;
  19.          if(i%2==0)
  20.              cout<<"▏▎▍▌▋▊▉█... 抽死法中 ... █▉▊▋▌▍▎▏"<<endl;
  21.          else
  22.              cout<<"█▉▊▋▌▍▎▏... 抽死 法中 ... ▏▎▍▌▋▊▉█"<<endl;
  23.          cout<<name[ball];
  24.          system("cls");
  25.     }
  26.     cout<<"明久將要以"<<name[ball]<<"方式"<<endl;
  27.     cout<<"明:等等等等一下我還不想啊啊啊啊啊啊!"<<endl
  28.         <<"雄:你沒有選擇的餘地"<<endl
  29.         <<"明:我未來的美好人生呢?"<<endl
  30.         <<"色狼:......(冷笑)"<<endl
  31.         <<"工1:否決 ?"<<endl;
  32.     system("pause");
  33.     goto re;
  34.     return 0;   
  35. }
複製代碼

TOP

返回列表