鱼C论坛

 找回密码
 立即注册
查看: 5619|回复: 8

[争议讨论] 小甲鱼

[复制链接]
发表于 2012-3-14 02:45:44 | 显示全部楼层
#include <iostream>
#include <string>


void haHa(std::string startNames, std::string endNames);
void promptAnwait();

       
        int main()
{
       


        std::string startName = "我们敬爱的(中文名小甲鱼,英文名xiaojiayu~)teacher";
        std::string endName = "家喻户晓的仓小姐";
        std::string loVe = "that's a beautiful love.";

         haHa(startName,  endName);
         promptAnwait();

        return 0;

}

void haHa(std::string startNames, std::string endNames)
{

        std::cout << "Hello, 老师们同学们, 这只是个玩笑, 别当真.\n"
        << startNames << " 您辛苦了。真的。\n" << endNames
        << "没事说她干什么呢,虽然我也认识她\n" ;

}

void promptAnwait()
{
        std::cin.ignore(100, '\n');
        std::cout << "电脑爆炸,确认么?\n";
        std::cout << "你牛,这都敢点.";
        std::cin.get();
}

小甲鱼最新课程 -> https://ilovefishc.com
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2025-9-24 03:06

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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