zoukankan      html  css  js  c++  java
  • 程序员的爱情(C#版)

    using Life;
    using Life.Love; 

    namespace love
    {
        
    /// <summary>
        
    /// love 的摘要说明。
        
    /// </summary>

        public class love : Life.Love
        
    {
            
    void love(boy, girl)
            
    {
      
    if( boy.有房() && boy.有车() )
      
    {
       boy.Set(Nothing);
       
    return girl.嫁给(boy);
      }

      
    else if( girl.愿意等() )
      
    {
       next_year:
       
    for( day=1; day<=365; day++)
       
    {
        
    if( day == 情人节 )
         
    if( boy.GiveGirl(玫瑰) )
          girl.感情
    ++;
         
    else
          girl.感情
    --;
        
    if( day == girl.生日)
         
    if( boy.GiveGirl(玫瑰) )
          girl.感情
    ++;
         
    else
          girl.感情
    --;
        boy.拼命赚钱();
       }

       年龄
    ++;
       girl.感情
    --;
       
    if( boy.有房() && boy.有车() )
       
    {
        boy.Set(Nothing);
        
    return girl.嫁给(boy);
       }

       
    else if( boy.赚钱 > 100,000 && girl.感情 > 8 )
        
    goto next_year;
       
    else
        
    return girl.goto( another_boy);
      }

      
    return girl.goto( another_boy);
            }

        }

    }
  • 相关阅读:
    模块和包专区
    递归函数,三级菜单专区
    内置函数和匿名函数专区
    迭代器和生成器专区
    函数进阶专区
    初始函数专区
    题解 P6282 【[USACO20OPEN]Cereal S】
    题解 P6281 【[USACO20OPEN]Social Distancing S】
    题解 P6281 【[USACO20OPEN]Social Distancing S】
    第5题:棋盘
  • 原文地址:https://www.cnblogs.com/freemantc/p/110795.html
Copyright © 2011-2022 走看看