Tuesday, February 16, 2010

And sometimes Y

int i, j='A'+32;
printf("%c", j);
for (i=1; i<5; i++) {
j += 4 + i/3*2;
printf("%c", j);
}
printf("\n");

If you get it, hats off. I actually got this one.

No comments:

Post a Comment