rotate lines reversely by sky_way

n,s[99][99];main(i){for(;gets(s[++n]););for(puts(s[--n]);i<n;)puts(s[i++]);}

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

download

return to the top page