Design a context-free grammar that generates the language:
L = {abcIijorj#k}
that is, the set of a's followed by b's followed by c's, such that there are either a different number of a's and b's or a different number of b's and c's or both. (15 points)