乐趣区

关于c++:算法笔记错误链表篇

for(int i=first;i!=-1; i=link[i].next){link[i].flag = true;
}

上述代码中,i 只有在 for 循环内 无效,出了 for 循环,就有效了

退出移动版