Run ID:137028

提交时间:2025-11-16 09:03:06

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