摘要: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include <string.h> #include<stdlib.h> typedef struct _link { int val; struct val* next; }Link; Link 阅读全文
posted @ 2023-05-04 21:27 young2478 阅读(25) 评论(0) 推荐(0)