Run ID:133195

提交时间:2025-10-16 21:11:56

a, b = map(int,input().split()) a, b = b, a print(a, b)