RT,蒟蒻有以下问题:
calloc
int **p=&calloc(50,sizeof(int)); //2*25 int **p=(int **)calloc(50,sizeof(int));
当然如果大佬们bfs出来了我也接着