Old Magician by c|mell 0

#include<iostream>
using namespace std;int main(){int w,b;cin>>w;for(int i=1;cin>>w>>b;++i)cout <<"Case #"<<i<< ": "<<((b&1)?"BLACK\n":"WHITE\n");}

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

download

return to the top page