摘要: #includeusing namespace std;#includestruct node{ int data; node* n... 阅读全文
posted @ 2020-09-19 21:35 _Hsiung 阅读(116) 评论(0) 推荐(0)
摘要: List Merge(List L1, List L2){ List L = (List)malloc(sizeof(str... 阅读全文
posted @ 2020-09-19 20:15 _Hsiung 阅读(89) 评论(0) 推荐(0)
摘要: 总共 n个人 从s号开始,m个删去一个 #include#includeusing namespace std;int main()... 阅读全文
posted @ 2020-09-19 16:04 _Hsiung 阅读(89) 评论(0) 推荐(0)