|←   →|

-

main()
{
she = alloc_first_she(nice, pretty, tall, smart, rich);
while (!dead(me))
{
....
if ( she->love != me )
{
free(she);
she = alloc_new_she(--nice, --pretty, --tall,
--smart, --rich);
}
else
{
f...ck(she);
new_she = alloc_new_she(++nice, ++pretty,
++tall, ++smart, ++rich);
if( new_she && new_she->love == me )
{
free(she);
she = new_she;
}
else
{
free(new_she);
nice--;
pretty--;
tall--;
smart--;
reach--;
}
}
....
}
free(me);
return 0;
}
 : 4 .: 1278 : 3
:  
 
 (3)
, , , , . , , .
 350 
, , . .
 
colo  ()  17.08.2007, 04:29
:  0
colo
What if "she" is declared class as "sick has AIDS"
Zh  ()  15.08.2007, 17:46
:  0
Zh
, ,
lamer  ()  15.08.2007, 01:02
:  0
lamer
... , ;)
Cookies.