给定三个整数 a,b,ca,b,ca,b,c,请将它们以从小到大的顺序排序后输出。
单独一行:三个整数表示 a,b,ca,b,ca,b,c。
单独一行:表示按升序排列后的三个数。
6 4 2
2 4 6
1 1 1
使用您的 XMOJ 通用账户