The grammar:
E -> E E + E -> num
I tried to use the formula for left recursion elimination and got:
E -> num E\' E\' ->