Run ID:137025

提交时间:2025-11-16 08:57:47

nums=list(map(int,input().split())) nums.sort() print(nums[0],nums[1],nums[2])