alphabetically ordered words by smkt

main(l,x,w){char s[9];while(gets(s)){for(x=l=w=0;w<5;)x=s[w]<l?1:x,l=s[w++];x?0:puts(s);}}

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

download

return to the top page