Thurs Meet at Life Plaza
Registered User
iTrader: (2)
Joined: Aug 2005
Posts: 699
From: costa mesa
Car Info: 2003 subaru widebody
Code:
#include <stdio.h>
int main(){
string restaurant[100] = {};
for (i = 0; i < 10000000000; i++) {
if ((i % 1) == 0) restaurant = 'banana_bay';
else { if ((i % 2) == 0) restaurant = 'curry_house';
else { if ((i % 3) == 0) restaurant = 'pho';
else { if ((i % 4) == 0) restaurant = 'tokyo_lobby';
else if ((i % 5) == 0) restaurant = 'furaibo';
}
}
}
}
printf("%s\n", restaurant);
return 0;
}
Registered User
Joined: Jul 2004
Posts: 448
From: Somewhere in the moutens of socal
Car Info: MY04 WRX
Originally Posted by Entri
Bannana bay at 6:30 sounds cool . Anyone have a spare wrx oil filter they can sell me . Tried to get a hold of Sigma Pi, guess hes too busy with school.
i got a fram in the trunk box is a bit beat up but i am sure its still good. see you all
at banna bay
Registered User
iTrader: (1)
Joined: Jan 2003
Posts: 4,682
From: Union City/San Diego, CA USA
Car Info: The Thundercougarfalconbird
Originally Posted by hey1
Code:
#include <stdio.h>
int main(){
string restaurant[100] = {};
for (i = 0; i < 10000000000; i++) {
if ((i % 1) == 0) restaurant = 'banana_bay';
else { if ((i % 2) == 0) restaurant = 'curry_house';
else { if ((i % 3) == 0) restaurant = 'pho';
else { if ((i % 4) == 0) restaurant = 'tokyo_lobby';
else if ((i % 5) == 0) restaurant = 'furaibo';
}
}
}
}
printf("%s\n", restaurant);
return 0;
}
Tim



woot for thurs