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

  • 相关阅读:
    JFinal框架
    shiro认证登录实现
    linux常用的命令
    zookeeper部署到linux操作步骤
    java的冒泡排序
    软件设计的七大原则
    vue知识点整理
    JVM垃圾回收算法
    Sql Server删库了怎么办?跑路是不可能跑路的
    Linux--find用法
  • 原文地址:https://www.cnblogs.com/zzc134680/p/5390348.html
Copyright © 2011-2022 走看看