错了
是这样的
int [][]retu_array=new int[14][14];
for(int i=0;i<14;i++)
{
for(int j=0;i<14;j++)
{
retu_array[i][j]=999;
}
}