2025年4月22日
摘要:

閱讀全文
posted @ 2025-04-22 16:08
HGrant
閱讀(6)
推薦(0)
2025年4月13日
摘要:
1922.統(tǒng)計(jì)好數(shù)字的數(shù)目 class Solution: def countGoodNumbers(self, n: int) -> int: 1.創(chuàng)建一個(gè)Solution類 2.定義一個(gè)countGoodNumbers函數(shù) 3.該函數(shù)接受自身和一個(gè)整數(shù)n作為輸入 4.該函數(shù)會返回一個(gè)整數(shù) 以->
閱讀全文
posted @ 2025-04-13 19:23
HGrant
閱讀(33)
推薦(0)