Facing error in compilation

https://ide.codingblocks.com/s/410385.

Code doesnt compile and gives the error : Note: Main.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.

always use
Stack A[]=new Stack[q+1];
and mention type of stack everywhere as