PATB1020月饼题目

本人错误源代码(错误示范): #include<stdio.h> struct mooncake{ double store; double sell; double price; }cake[1010]; int main(){ int n;//月饼种类 double D;//市场最大需求量 scanf("%d%lf",&n,&D); int i; for(i = 0;i <
相关文章
相关标签/搜索