Double Parity Vertical Redundancy Check by 51b

a[99];*p=a,k;main(){for(;~scanf("%o",++p);)k^=*p;for(p=a;*++p;)printf("%08o\n",*p%7%2?*p^k:*p);}

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

download

return to the top page