Consider the context-free grammar
E→E+E
E→(E * E)
E→id
where E is the starting symbol, the set of terminals is {id, (, + ,), *} and the set of non-terminals is {E}.
Which of the following terminal strings has more than one parse tree when parsed according to the above grammar?