2019-07-14 00:27发布 生成海报
#include #include #include using namespace std; const int maxn = 1010; struct lamp { int v,k,c,l; }a[maxn]; int n,v1,k1,c1,l1; int s[maxn]; int d[maxn]; bool cmp(lamp a1,lamp a2) { return a1.v