#262. 选择排序

选择排序

No submission language available for this problem.

说明

输入n个数,从小到大输出。(使用选择排序)

样例