main(i,p,q){for(q=0;q<256;++q){i=q;p=48;while(i){i&=(i-1);p^=1;}putchar(p);}}