plus equals OR by I., S.

p,q;main(){for(;p&q?p<127:printf("%d %d:%d\n",p,q,p+q);p+=!q)q=++q%128;}

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

download

return to the top page