营养膳食(贪心)
摘要:
#include<iostream> #include<algorithm> using namespace std; struct food { int a; int b; }f[210]; bool cmp(food x,food y) { return x.a>y.a; } int kind[ 阅读全文
posted @ 2020-10-15 10:49
Chri_K
阅读(138)
评论(0)
推荐(0)
浙公网安备 33010602011771号