【发布时间】:2012-11-15 15:41:59
【问题描述】:
statement -> if bool then statement_list -> while bool statement_list -> id = expression
所以如果输入:((id = id + id)(if bool then (if bool then (id = id + id))(id = const / const)(id = id + id))(while bool ( id = id - const)(id = id - id)))
语句数应为 9。
【问题讨论】: