Consider the language
$$L=\{0^n w 1^m \mid \text{where}\; w \text{ belongs to } (a+b)^* , n \text{ is number of } a \text{'s in }w, m \text{ is no of } b\text{'s in }w \text{ and }n>m \}$$
I can surely say that this is not a DCFL but I am not sure about it being CFL or recursive. I have no idea how to proceed.
Can someone please help ?