摘要: #include<cstdio>#include<iostream>#include<algorithm>using namespace std;struct mooncake{ double store; double sell; double price;}cake[1010];bool cmp 阅读全文
posted @ 2019-10-22 20:41 John-C 阅读(154) 评论(0) 推荐(0)