ارسال شماره 137

← همه ارسال‌ها

l=list(map(int,input().split()))
l.sort()
for i in l:
    print(i,end=' ')