实验七
摘要:
#include <stdio.h> #include <string.h> #include <stdlib.h> const int N = 10; // 定义结构体类型struct student,并定义其别名为STU typedef struct student { long int id; 阅读全文
posted @ 2021-06-20 01:35 是露露吖 阅读(28) 评论(0) 推荐(0)
posted @ 2021-06-20 01:35 是露露吖 阅读(28) 评论(0) 推荐(0)
posted @ 2021-06-11 08:37 是露露吖 阅读(42) 评论(0) 推荐(0)
posted @ 2021-05-28 08:19 是露露吖 阅读(41) 评论(0) 推荐(0)
posted @ 2021-04-20 00:00 是露露吖 阅读(77) 评论(0) 推荐(0)
posted @ 2021-04-05 10:48 是露露吖 阅读(540) 评论(0) 推荐(0)
posted @ 2021-03-17 20:16 是露露吖 阅读(105) 评论(1) 推荐(0)