Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
aa セット E = {a,b} があり、a と b のすべての可能な組み合わせで構成されるスーパーセット E* があると仮定します。3 で割り切れる a の数を持つ文字列の式をどのように作成しますか? ?
試す
/^(b*ab*ab*ab*)+$/
例:
abbb => N bbb => N aaab => Y ababbbba => Y aaabba => N bbbaaaabbbabbbba => Y => N