题解列表

筛选

小南解题--数字黑洞--55ms

摘要:a=list(input())cu=n=0while n!=6174:    a.sort(reverse=True)    b=a[:]    a.sort()    c=a[:]     n=in……

小南解题--字符串比较--63ms

摘要:#自己写a,b=map(str,input().split())for i,j in zip(a,b):    if a==b:                     print(0)      &nb