list_node *p = adjacency_listx->vlist[x].list;
我在接下来为p赋值,想让 adjacency_listx->vlist[x].list随着p改变而改变,请问大家语句应该怎么改写呢c++
小伙看你根骨奇佳,潜力无限,来学PHP伐。
Looking at this, just use the quote directly, right?
auto &p = adjacency_listx->vlist[x].list;
Looking at this, just use the quote directly, right?