Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Holy shit

Name: Anonymous 2010-05-29 21:08

I have just discovered the most EXPERT PROGRAMMER ever. This is like nothing I have ever before laid my eyes on, it is mindblowing. I only hope that some day I may be able to write code of this quality.

http://code.activestate.com/recipes/576616-factorial-lambda/

Name: Anonymous 2011-07-21 14:40

>>35
Here ya go!

int main(){int j;int i=0;int total=1;char c;while((c=getch()),c>='0' && c<='9'){printf("%c",c);i=(i*10)+(c-'0');}for(i;i>0;i--){total*=i;}printf("\n%d",total);getch();}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List