1218: C语言8.23
Memory Limit:32 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:4
Solved:2
Description
编写一个函数,使用“起泡法”(冒泡排序)对输入的n个字符按从小到大顺序排列。并在主函数中输出排序完毕的字符串。
Input
一行字符,可能包含空格。保证字符串的长度不超过100。
Output
输出从小到大排序完毕的字符串。
请注意行尾输出换行。
Sample Input Copy
This is not a program
Sample Output Copy
Taaghiimnooprrsst