摘要: 2025.9.12 换了pycharm。 Sum of Round Numbers 取每一位数。 代码 t=int(input()) for i in range(t): a=int(input()) ans=0 cnt=0 res=[] while(a>0): t=a%10 if(t!=0): r 阅读全文
posted @ 2025-09-12 21:17 Amy-xue 阅读(21) 评论(0) 推荐(0)