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.
由于上下文无关语法是
S --> aSbS|b|epsilon
我如何描述它接受的语言?
我可以找到一定长度的语言,但我无法描述它。