随笔分类 - 

摘要:题目 #include<stdio.h> #include<stdlib.h> struct node{ int data; struct node *next; }*head,*p,*las,*q,*p2,*head2; int n,m,i,j,m2; void append(struct nod 阅读全文
posted @ 2022-11-04 18:13 Mingoal 阅读(52) 评论(0) 推荐(0)