Old Magician by notogawa

n;main(i){for(;~scanf("%*[^ ]%d",&n);)printf("Case #%d: %s\n",i++,n%2?"BLACK":"WHITE");}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page