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("过了几天就回来了。");
    }

  • 相关阅读:
    mysql合并数据
    java协变类型返回
    OSI网络七层模型理解
    mysql性能优化学习
    redis lock 和 tryLock 实际使用区别
    多字段关联同一张表
    第一个Mabits程序
    Mybatis使用Map来实现传递多个参数及Mybati实现模糊查询
    使用Mybatis框架的步骤
    sql小技巧
  • 原文地址:https://www.cnblogs.com/zzc134680/p/5390348.html
Copyright © 2011-2022 走看看