堆积木(贪心)
摘要:
#include<iostream> #include <algorithm> using namespace std; struct node { int w; int f; int s; }p[50010]; bool cmp(node x,node y) { return x.s < y.s; 阅读全文
posted @ 2020-10-19 22:45
Chri_K
阅读(126)
评论(0)
推荐(0)
浙公网安备 33010602011771号