首页 新闻 会员 周边
1
回答数

待解决问题 编程新手数据结构遭劫,请求大佬出手帮助。错误:取消对NULL指针“newNode”的引用,在创建新节点那里报错了。

void insert_LinkList(LinkList list, int pos, void* data) { if (list == NULL) { return; } if (data ==
1
回答数

待解决问题 20 76行为什么有错误?帮我找找其他错误

include<bits/stdc++.h> using namespace std; // 学生类 class Student { public: string name; vector<int>