水果超市系統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 {
相關文章
相關標籤/搜索