趣味C语言

                                                                           一个女生写的代码

#include "stdio.h" 
#include "stdlib.h" 
result love(boy, girl) 
{ 
  if ( boy.有房() and boy.有车() ) 
   { 
    boy.set(nothing); 
    return girl.嫁给(boy); 
  } 
  if ( girl.愿意等() ) 
  { 
   while( ! (boy.赚钱 > 100,000 and girl.感情 > 8 ) ) 
   { 
    for ( day=1; day <=365; day++) 
    { 
     if ( day == 情人节 ) 
     if ( boy.givegirl(玫瑰) ) 
      girl.感情++; 
      else 
       girl.感情--; 
        if( day == girl.生日) 
     if ( boy.givegirl(玫瑰) ) 
        girl.感情++; 
        else 
        girl.感情--; 
      boy.拼命赚钱(); 
      } 
     } 
    if ( boy.有房() and boy.有车() ) 
   { 
   boy.set(nothing); 
 return girl.嫁给(boy); 
 } 
   年龄++; 
   girl.感情--; 
   } 
  return girl.goto( another_boy); 
}

                                                                                    English version

#include "stdio.h" 
#include "stdlib.h" 
result love(boy, girl) 
{ 
  if ( boy.House() and boy.Car() ) 
   { 
    boy.set(nothing); 
    return girl.Marry(boy); 
    } 
  if ( girl.BeWillingToWait() ) 
  { 
   while( ! (boy.MakeMoney > 100,000 and girl.Feeling > 8 ) ) 
   { 
    for ( day=1; day <=365; day++) 
    { 
     if ( day == Valentine'sDay ) 
     if ( boy.givegirl(Rose) ) 
      girl.Feeling++; 
      else 
       girl.Feeling--; 
        if( day == girl.Birthday) 
          if( boy.givegirl(Rose) ) 
        girl.Feeling++; 
        else 
        girl.Feeling--; 
      boy.MakeMoneyToMakeMoney(); 
      } 
     } 
    if ( boy.House() and boy.Car() ) 
   { 
   boy.set(nothing); 
 return girl.Marry(boy); 
 } 
   Age++; 
   girl.Felling--; 
   } 
  return girl.goto( another_boy); 
}

猜你喜欢

转载自blog.csdn.net/superman___007/article/details/81148430
今日推荐