返回列表 發帖
str1=input()
str2=input()
print(len(str1))
print(len(str2))
print(str1+str2)

TOP

返回列表