Run ID:116971

提交时间:2025-04-13 09:05:55

a = 18 b = 30 temp = a a = b b = temp print(f"a = {a}, b = {b}")