Kimariji by undergroundmonorail

i=open('../fd/0').readlines()
for s in i:
 n=0
 while len([t for t in i if t[:n]==s[:n]])>1:n+=1
 print s[:n]

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

download

return to the top page