Run ID:137026

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

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