摘要: #include<iostream> #include<stdio.h> using namespace std; int main() { int input,search; scanf("%d",&input); int *score = new int[input]; for(int i=0; 阅读全文
posted @ 2020-07-24 19:52 云墨丹心 阅读(90) 评论(0) 推荐(0)
摘要: #第一种做法(21分) #include <iostream> #include<stdio.h> #include<iomanip> int main() { int input,need; //input代表月饼种类 ,need代表市场需要吨数 scanf("%d %d",&input,&nee 阅读全文
posted @ 2020-07-24 19:20 云墨丹心 阅读(70) 评论(0) 推荐(0)