Up and Down by fchiba

char a[999],*b;main(n){for(b=gets(a);n=getchar(),~n;*b++||(b=a))n>40&&(*b+=44-n);puts(a);}

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

download

return to the top page