2025年4月13日
摘要: 1922.统计好数字的数目 class Solution: def countGoodNumbers(self, n: int) -> int: 1.创建一个Solution类 2.定义一个countGoodNumbers函数 3.该函数接受自身和一个整数n作为输入 4.该函数会返回一个整数 以-> 阅读全文
posted @ 2025-04-13 19:23 HGrant 阅读(32) 评论(0) 推荐(0)