Possible Duplicate:
Is this language Context-Free?
The language is defined by $$(a+b)^*-\{(a^nb^n)^n\mid n \geq1 \}$$
is Context-Free Language? I believe that the answer is that it is not a CFL's, but I can't prove it by Ogden lemma or pumping lemma.
chazisop, (a+b)* means {a,b}*. That's all strings that you can form with the symbols a or b or both.