摘要: demo #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAX_EQUIPMENT 100 // 器材结构体 typedef struct { char name[50]; int quantity; } Equ 阅读全文
posted @ 2024-04-05 22:47 红小豆_9 阅读(46) 评论(0) 推荐(0)