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);
}
- 相关阅读:
- ·苹果Swift代码开源 出人意料支持Linux
//soft.zol.com.cn/555/5557809.html - ·HTML5技术教程之不写代码制作可定制微卡
//soft.zol.com.cn/553/5536580.html - ·日本推出GPS定位鞋 可防止失智人群走失
//soft.zol.com.cn/553/5533763.html - ·FBI和CIA要求苹果开放后门应对反恐监控
//soft.zol.com.cn/552/5527293.html - ·百度魔图万圣节营销被评全球经典案例
//soft.zol.com.cn/551/5516532.html