For the following grammar G with the productions:
S → a S b | x | S S
Give a CNF G' such that L(G') = L(G)\ ε.
(remember: CNF allows only productions with the form "X -> Y Z" or "X -> a")