2025-12-13 20:30:53 +09:00

1 line
58 B
Python

print(' '.join(map(str,sorted(map(int,input().split())))))