摘要: Given two integers a and b, return any string s such that: s has length a + b and contains exactly a 'a' letters, and exactly b 'b' letters, The subst 阅读全文
posted @ 2021-01-19 01:39 CNoodle 阅读(211) 评论(0) 推荐(0)
摘要: A string s is called happy if it satisfies the following conditions: s only contains the letters 'a', 'b', and 'c'. s does not contain any of "aaa", " 阅读全文
posted @ 2021-01-19 00:56 CNoodle 阅读(848) 评论(0) 推荐(0)