Name:
Anonymous
2010-10-04 23:05
out of the programming languages I know
God Tier
Ada, Assembler
mid tier
sepples, html
low tier
Visual basic
shit tier
java, javascript
Name:
Anonymous
2010-10-06 16:39
>>40
So wrong. So very wrong. Just plain ignorant, really.
Name:
Anonymous
2010-10-06 20:54
SEPPLES? C AND RUBY ARE ALL YOU NEED.
Name:
Anonymous
2010-10-06 21:11
Wizard tier
Scheme
BBCode
Animals tier
Python
Haskell
LOGO
Terrible! tier
Other languages
Name:
Anonymous
2010-10-07 4:52
EXPERT C SOLUTION
// pipe output through sort -n
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int ispalindrome(char *s) {
char *sr,*p,*pr;
int r;
sr = strdup(s);
pr = sr + strlen(s);
*pr-- = 0;
for(p=s;*p;p++,pr--)
*pr = *p;
r = strcmp(s,sr);
free(sr);
return !r;
}
int main() {
int x,y;
char s[64];
for(x=999;x;x--) {
for(y=999;y;y--) {
sprintf(s,"%d",x*y);
if(ispalindrome(s))
printf("%s\n",s);
}
}
return 0;
}
Name:
Anonymous
2010-10-07 5:06
>>48
[x] wrong thread
[x] lack of sage.
Congratulations. You've just have won
"moron of the week" special prize.