鱼C论坛

 找回密码
 立即注册
查看: 1196|回复: 1

[技术交流] 我来yy女仆了!

[复制链接]
发表于 2018-10-19 19:36:35 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
#include<iostream>
#include<windows.h>
class Nvpu
{
public:
        std::string color;
        unsigned int height;
        std::string nose;
        std::string mouth;
        unsigned int weight;
        unsigned int mood;
       

        void setheight(unsigned int tall);
        void setnose(std::string big1);
        void setmouth(std::string small1);
        void setcolor(std::string col);
        void setweight(unsigned int wt);
        int dancing(void);
        void setmood(unsigned int mount);
        void setwarning(void);
};

void        Nvpu::setheight(unsigned int tall)
{
        height = tall;

}
void Nvpu::setnose(std::string big1)
{
        nose = big1;
}

void Nvpu::setmouth(std::string small1)
{
        mouth = small1;
}

void Nvpu::setcolor(std::string col)
{
        color = col;
}


void Nvpu::setweight(unsigned int wt)
{
        weight = wt;
}


void Nvpu::setmood(unsigned int mount)
{
        mood = 100;

}
int Nvpu::dancing(void)
{       
        std::cout<<"我正在做家务!小哥哥来帮帮我嘛!。。。\n";
        mood--;
        std::cout<<"我的心情正在减少,小哥哥要注意哦!"<<"当前剩余心情值:"<<mood<<'\n';
        return mood;
}

void Nvpu::setwarning(void)
{
        std::cout<<"女仆要生气了,小哥哥注意!\n";
}
int main()
{
        char x=0;
        Nvpu mynvpu;
        int i=0;

        mynvpu.setheight(175);
        mynvpu.setmouth("samll");
        mynvpu.setnose("samll");
        mynvpu.setcolor("white");
        mynvpu.setweight(85);
        mynvpu.mood = 100;

        while(mynvpu.dancing())
        {
                if(mynvpu.mood<10)
                {
                        mynvpu.setwarning();
                        std::cout<<"请问是否选择陪女仆玩一会,以提升她的心情?(Y/N)\n";
                        std::cin>>x;
                        if(x == 'Y' || x == 'y')
                        {
                                std::cout << "\n正在陪女仆玩耍。。。。。 ";
                                for (int i = 0; i <= 100; i++)      // 打印百分比
                                {
                                        std::cout.width(3);
                                        std::cout << i << "%";
                                        Sleep(5);
                                        std::cout << "\b\b\b\b";
                                 }
                                mynvpu.setmood(mynvpu.mood);
                                std::cout<<"我现在心情美美哒!mua~~~\n";
                        }
                }
        }
        return 0;
}
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2020-3-25 17:07:42 | 显示全部楼层
可以可以
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-1-15 17:46

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表