n = set(map(int,input().split(",")))
c = “”
a = {1,2,3,4,5}
b = {6,7,8,9,10}
for i in range(6,11):
if i not in n:
c+=str(i)
print(’ '.join©)
打卡 PTA-活动投票情况
n = set(map(int,input().split(",")))
c = “”
a = {1,2,3,4,5}
b = {6,7,8,9,10}
for i in range(6,11):
if i not in n:
c+=str(i)
print(’ '.join©)
打卡 PTA-活动投票情况