data order by zombie

l=[]
try:
 while 1:l.append(input())
except:
 for i in l:print sorted(l)[::-1].index(i)+1

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

download

return to the top page