numbers = list(map(int,input().split())) for i in numbers: if i == 3: continue elif i == 8: break print(i)
暂无评论,快来抢首评~
相关推荐