题解列表

筛选

大数Python写

摘要:参考代码:while True:     n=int(input())     if n==0:         break     else:         if n%17==0: