t=table for i in io.lines()do t:insert(("0"..#i):sub(-2)..i)end t:sort()print(t:concat"/":gsub("/..","\n"):sub(3))