n個最小和【貪心思想,利用堆維護】

1 #include <iostream> 2 #include <algorithm> 3 #include <cstring> 4 #include <queue> 5 using namespace std; 6 typedef long long LL; 7 struct node{ 8 int a; 9 int b; 10 LL num; 11
相關文章
相關標籤/搜索