uniq words by hoge

for(h={};$=readline();)for(a=$.split(' '),i=0;c=a[i],i<20;h[c]=++i)if(!h[c]&&c)print(c)

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

download

return to the top page