Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

question

1 view
Skip to first unread message

Joe keane

unread,
May 12, 2012, 5:07:48 PM5/12/12
to
int main(int argc, char **argv)
{
...

boy_detective = "Vincent D'Onfroio";
girl_detective = "Mariska Hartigay";
boss = "Jamey Sheridan";
xrat = rating(boy_detective, girl_detective, boss);
boy_detective = "Jeff Goldblum";
girl_detective = "Julianne Nicholson";
boss = "Eric Bogosian";
yrat = rating(boy_detective, girl_detective, boss);
res = xrat > yrat ? 1 : xrat < yrat ? -1 : 0;
printf("%d\n", res);
return 0;
}
0 new messages