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-活动投票情况
2020-08-23
最新推荐文章于 2025-06-12 22:38:01 发布
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-活动投票情况