i have. a problem how would correct this CFG for the following language

前端 未结 0 1915
慢半拍i
慢半拍i 2020-12-04 23:26
L =
{a^n b^n c^3 a^m | m >= 0 , n >= 0}

i can see my solution is wrong.

This my solution so far

S → ABC
A → aAb | ɛ
B →         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题