> "-".join(map(lambda x: str(x), reversed(sorted(a))))

pythonの可読性いいよねw