淡定从容,宁静致远
全部博文(329)
发布时间:2012-12-12 21:06:28
#include <stdio.h>#include <stdlib.h>#include<time.h> #define SIZE 20 typedef struct goods{ char good_name[SIZE]; float price; float count; float sum;}GOOD; typedef struct menu{ char super_name[SIZE]; char name[SIZE]; char money_type[SIZE]......【阅读全文】