open List let rec(!)x=try Scanf.scanf"%s\n%n"(fun s n->(n-x,s)::!n)with z->[];;map print_endline(map snd(sort compare!0))