Run ID:88670
提交时间:2024-08-20 14:16:23
a,b = input().split() a,b = int(a),int(b) a,b = b,a print('{} {}'.format(a,b))