给王二逼的新年礼物

来源:互联网 发布:淘宝潮牌复刻店排名 编辑:程序博客网 时间:2024/04/29 00:17
看见的都新年快乐啊
#include <iostream>#include <stdio.h>using namespace std;void shao();void xiaoti();void qing();void tang();void qqing();void jieju();void jiushu();void bingo();void rong();void tu();int main(){    cout << "欢迎王二逼!" << endl;    cout<<"此系统包括人物进化、人格、智商检测、以及带点\n侦探色彩的死亡,请耐心使用,勿摔电脑!"<<endl;    cout<<"使用前尽量将小黑框调至较大,否则后果自负!"<<endl;    getchar();    fflush(stdin);    shao();    return 0;}void shao(){    cout<<"王颖原名王红,后取名颖,为什么呢?请回答:"<<endl;    getchar();    fflush(stdin);    cout<<"恭喜!回答正确!"<<endl;    getchar();    fflush(stdin);    cout<<"王颖从小爱学习,是家里的好孩子,是父母的骄傲,然而。。。"<<endl;    getchar();    fflush(stdin);    cout<<"*小学毕业考*"<<endl;    getchar();    fflush(stdin);    cout<<"1+1=?"<<endl;    xiaoti();}void xiaoti(){    int a;    cin>>a;    if(a==2)    {        cout<<"卧槽!这么难得题你都答对了!果断上重点!"<<endl;        getchar();        fflush(stdin);        qing();    }    else    {        cout<<"你傻逼啊!重来!"<<endl;        getchar();        fflush(stdin);        xiaoti();    }}void qing(){    cout<<"     ****************************"<<endl;    cout<<"     *欢迎来到全市重点二逼学校!*"<<endl;    cout<<"     ****************************"<<endl;    getchar();    fflush(stdin);    cout<<"入学测试开始!"<<endl;    getchar();    fflush(stdin);    cout<<"请问后羿射日射掉了几个?"<<endl;    int b;    cin>>b;    if(b==9)    {        cout<<"卧槽草操艹!这孩子太聪明了,给你一个机会穿越!\n想去哪个朝代,1:唐朝。2:清朝。"<<endl;        int c;        cin>>c;        switch(c)        {        case 1:            tang();            break;        case 2:            qqing();            break;        default :            cout<<"error!"<<endl;            qing();        }    }    else    {        cout<<"你傻逼啊,静候惩罚吧!哈哈"<<endl;        getchar();        fflush(stdin);        cout<<"由于王二逼脑袋犯浑,朕批准本国最丑的单身男,如花之兄娶她做妻子,钦此!"<<endl;        getchar();        fflush(stdin);        cout<<"请按任意键重生!"<<endl;        main();    }}void tang(){    getchar();    fflush(stdin);    cout<<"这是唐朝。。。您来的不是时候。。。唐朝晚期"<<endl;    getchar();    fflush(stdin);    cout<<"王二逼接旨!\n皇上见王颖生的美貌聪明,特招为贵妃,赐名“王贵妃”,即刻进宫,钦此!"<<endl;    cout<<"请按任意键表示接旨"<<endl;    getchar();    fflush(stdin);    cout<<"皇上驾到!\n\n脱去衣服,朕要睡觉!\n"<<endl;    getchar();    fflush(stdin);    cout<<"按任意键表示脱衣服"<<endl;    getchar();    fflush(stdin);    jieju();}void qqing(){    cout<<"清朝太乱,我看了一大顿,无论是后宫有慈禧,朝廷抗外敌,还是革命废王朝,都不大适合你,还是算了"<<endl;    getchar();    fflush(stdin);    cout<<"按任意键表示穿越"<<endl;    getchar();    fflush(stdin);    jiushu();}void jieju(){    cout<<"报!!!\n秉娘娘,皇上御驾亲征,驾崩了!!!"<<endl;    getchar();    fflush(stdin);    cout<<"按任意键表示晕倒。。。"<<endl;    getchar();    fflush(stdin);    cout<<"由于皇后一晕不醒,被谋皇篡位的本想再次纳二逼为妃的王爷给逐出宫去。"<<endl;    getchar();    fflush(stdin);    cout<<"还好有一个屠夫唯独看上了王二逼,收留了她。"<<endl;    getchar();    fflush(stdin);    cout<<"请按任意键表示再婚:"<<endl;    getchar();    fflush(stdin);    jiushu();}void jiushu(){    cout<<"上天有好生之德,看在至交玲玲的面子上,给你一个解救自己的机会,"<<endl;    getchar();    fflush(stdin);    cout<<"请回答:\n一切皆有可能的英语是哪一个"<<endl;    cout<<"1.nothing is impossible!      2.nothing is possible!"<<endl;    int o;    cin>>o;    switch (o)    {    case 1:        bingo();        break;    case 2:        rong();        break;    default :        cout<<"error"<<endl;        jiushu();    }}void bingo(){    getchar();    fflush(stdin);    cout<<"二逼,新年快乐!\n挺聪明啊\n我都想你了!\n我的礼物咋样,哼哼"<<endl;    tu();}void rong(){    getchar();    fflush(stdin);    cout<<"二逼,你还能不能干了!答案是1!给我记好了!"<<endl;    tu();}void tu(){    getchar();    fflush(stdin);    cout<<"****************************************************************************************"<<endl;    cout<<"*    *        *         *                      *       *                           *   *"<<endl;    cout<<"*  *****     *         *************           *       *                        *      *"<<endl;    cout<<"*   * *     *         *      *              *  *  * ********            *   *          *"<<endl;    cout<<"* ******* ******     *   **********         *  *  *    *   *            *      *       *"<<endl;    cout<<"*    *    *   *          *   *              *  *  *************         *      *       *"<<endl;    cout<<"*  *****  *   *      *****************      *  *  *    *                ************** *"<<endl;    cout<<"*  * * *  *   *              *                 *      * *                      *       *"<<endl;    cout<<"* *  *  * *   *              *                 *     *   *               *     *    *  *"<<endl;    cout<<"*   **    *   *              *                 *    *     *             *     **     * *"<<endl;    cout<<"****************************************************************************************"<<endl;}

0 0
原创粉丝点击