摘要: Given three integers x, y, and bound, return a list of all the powerful integers that have a value less than or equal to bound. An integer is powerful 阅读全文
posted @ 2023-05-04 01:02 CNoodle 阅读(26) 评论(0) 推荐(0)
摘要: Given a string s, determine if it is valid. A string s is valid if, starting with an empty string t = "", you can transform t into s after performing 阅读全文
posted @ 2023-05-04 00:19 CNoodle 阅读(45) 评论(0) 推荐(0)