水果超市系统C语言

#include<stdio.h> #include<string.h> #include<stdlib.h> #include<time.h> char fruit[5][10]={"苹果","桔子","香蕉","柚子","芒果"}; float Price[5]={4.5,2.3,5.4,1.8,4}; float M[10000]={0}; typedef struct _CARD {
相关文章
相关标签/搜索