提交时间:2025-09-19 18:56:20

运行 ID: 349949

a=input() b=input() c=a+b l=list() for i in c: if i not in l: print(i,end='') l.append(i)