Up and Down by hallvabo

char*t,n[999],c[999];main(s,i){s=gets(n);while(t=gets(c))for(i=0;*t;)n[i++]+=(44-*t++)%2;puts(n);}

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

download

return to the top page