01 2021 档案

摘要:#include <stdio.h> #include <string.h> #include <stdlib.h> typedef struct stu{ char num[6];char name[10]; struct stu *next; }List; int main(int argc, 阅读全文
posted @ 2021-01-10 10:15 yanglike111