ImSev7en_1
ImSev7en_1
全部文章
分类
归档
标签
去牛客网
登录
/
注册
ImSev7en_1的博客
全部文章
(共1篇)
题解 | #搬水果#
/*起初想用最小堆实现,发现不如直接使用vector来贪心地搬运水果。 以下为使用vector实现的法1:*/ #include <iostream> #include <vector> #include <algorithm> us...
C++
贪心
队列
2022-09-06
0
432