Run ID:137027
提交时间:2025-11-16 08:58:39
nums = list(map(int,input().split)()) nums.sort() print(nums[0],nums[1],nums[2])