2025年4月22日
摘要: ![](https://img2024.cnblogs.com/blog/3409121/202504/3409121-20250422160632292-2569448.jpg) 阅读全文
posted @ 2025-04-22 16:08 HGrant 阅读(5) 评论(0) 推荐(0)
  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)