I'm struggling to know if this Language is context free or not.
The Language is: "L={a^n*a^z*b^n*b^z*c^n*c^k|n≥0, z≥0, k≥0}".
In my opinion this language is not context/free, because I can't describe with an Automata the case where z=k=0, in this case I'd have: L = (a^n*b^n*c^n)
which is clearly a not context-free Languages. But I'm not able to use the Pumping Lemma (on the starting language) and be sure of my Idea.