dominoes by smkt

main(){char b[99],i,c;gets(b);do{puts(b);for(i=c=0;b[i];i++)b[i]==124&b[i+1]-b[i-1]!=45?b[i-1]==47?b[i++]=47,c=1:0,b[i+1]==92?b[i]=92,c=1:0:0;}while(c);}

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page