zoukankan      html  css  js  c++  java
  • 完整的老张开车去东北


    Console.WriteLine("老张开车去东北。");
    string a=Console.ReadLine();
    if(a=="撞了")
    {
    Console.WriteLine("肇事司机耍流氓。");
    string b=Console .ReadLine();
    if(b=="跑了")
    {
    Console.WriteLine("多亏一个东北人。送到医院缝五针。");
    string c = Console.ReadLine();
    if(c=="好了")
    {
    Console.WriteLine("老张请他吃顿饭。喝了少了他不干。他说:");
    string d=Console.ReadLine();
    if(d=="俺们那里都是东北人")
    {
    Console.WriteLine("俺们那里特产高丽参。");
    string e = Console.ReadLine();
    if(e=="俺们那里猪肉炖粉条")
    {
    Console.WriteLine("俺们那里都是活雷锋。");
    string f = Console.ReadLine();
    if (f == "俺们那里没有这种人")
    {
    Console.WriteLine("撞了车了哪能不救人");
    string g = Console.ReadLine();
    if (g=="俺们那里山上有珍菇")
    {
    Console.WriteLine("这种人他不是东北人");
    }
    else
    {
    Console.WriteLine("喝的挺好,就这样吧。");
    }
    }
    else
    {
    Console.WriteLine("东北人都是大好人啊。");
    }

    }
    else
    {
    Console.WriteLine("一看你就没吃过。");
    }

    }
    else
    {
    Console.WriteLine("一看你就不是东北的。");
    }

    }
    else
    {
    Console.WriteLine("死了");
    }

    }
    else
    {
    Console.WriteLine("及时送院,平安回家。");
    }

    }
    else
    {
    Console.WriteLine("过了几天就回来了。");
    }

  • 相关阅读:
    python入门1
    查找字段 和查找组件
    DBGRID 拖动滚动条 和 鼠标滚轮的问题
    数据集 过滤时 RecordCount 属性
    查找字段 如何 过滤
    数据集控件 放在 数据模块 上后,如何写事件代码
    取TTable 过滤后的记录数
    判断 Windows操作系统是32位还是64位
    MatchText MatchStr 区别
    EClassNotFound
  • 原文地址:https://www.cnblogs.com/zzc134680/p/5390348.html
Copyright © 2011-2022 走看看