binary increment by kou

a,b;f(char*p){a=*p?b=*p&f(p+1),*p^=a,b:1;}main(i){for(;gets(&i);puts())f(&i);}

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

download

return to the top page