摘要:
de <stdio.h> include <string.h> define MAX_PRODUCTS 100 typedef struct { char name[100]; float price; int quantity; } Product; Product products[] = { 阅读全文
posted @ 2024-11-11 17:19
天厌九道
阅读(21)
评论(0)
推荐(0)