printf("a[%d,%d]=%d\n",i,j,*(*(p+i-1)+j-1));
printf("a[%d,%d]=%d\n",i,j,*(p+i*4+j));
好着啊,我这里运行一切正常。你那里什么错误?