Points:
10 (p)
Time limit:
2.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Cho một xâu chỉ gồm các kí tự là chữ cái in thường. Viết chương trình sắp xếp lại các chữ cái theo thứ tự alphabet ngược (giảm dần).
Input Specification
Gồm xâu kí tự trên một dòng duy nhất.
Output Specification
In ra kết quả trên một dòng.
Constraints
Xâu đã cho có không quá 200 kí tự.
Input Sample
itcodehub
Output Sample
utoihedcb
Comments