【NYOJ】[acm-135]三个数从小到大排序
题目描述
现在要写一个程序,实现给三个数排序的功能
输入格式
输入三个正整数
输出格式
给输入的三个正整数排序
样例
样例输入
20 7 33
样例输出
7 20 33