Run ID:91078

提交时间:2024-09-21 11:26:43

a = input().split() print(a) b = a[0] c = a[1] print(b+c)