uniq words by lifthrasiir

z=[]
while 1:
 for v in raw_input().split():
\x09if(v in z)-1:print v;z+=v,

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

download

return to the top page