超市总营业额分析程序

#include<stdio.h> #include<stdlib.h> typedef struct _Goods { char name[20];//商品名 int day;//周几 int num;//个数 float price;//单价 }Goods,*PGoods; int menu() { int choice; system("cls"); printf("1:从
相关文章
相关标签/搜索