Run ID:92852
提交时间:2024-10-06 15:26:25
a = input().split() b = int(a[0]) c = int(a[1]) if b>c: d = b b = c c = d print(b,c) else: print(b,c)