03 2020 档案

摘要:#include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct _node { char name[64]; char id[10]; char score[64]; struct _node *next; } No 阅读全文
posted @ 2020-03-24 19:16 传说中的旅行者 阅读(172) 评论(0) 推荐(0)