Ring of Iron
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment