发信人: xjwjunwen()
整理人: kevintz(2000-10-25 16:08:48), 站内信件
|
#define AND && RESULT love(boy, girl)
void main( )
{
if( boy.有房() AND 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.有房() AND boy.有车() )
{
boy.Set(Nothing);
return girl.嫁给(boy);
}
else if( boy.赚钱 > 100,000 AND girl.感情 > 8 )
goto next_year;
else
return girl.goto( another_boy);
}
return girl.goto( another_boy);
}
摘自〈我要成功〉网站 51cg.yes8.com 该网站办得不错,里面有很多这样的文 章,特抄一篇来给大家看看,千万不要揭发我呀!
-- ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.104.51.26]
|
|