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