题解 | #无法更改的信息#
无法更改的信息
https://www.nowcoder.com/practice/0fce92fc0c7046038c185c0b3e7ed996
namelist1 = tuple(input().split(' ')) namelist2 = tuple(input().split(' ')) namelist3 = namelist1[:3] + namelist2[-3:] print(namelist1,namelist2,namelist3,sep='\n')