摘要: #include <bits/stdc++.h> #define priority_queue < ll, std::vector<ll>, std::greater<ll> > mnheap; #define REP(i,a,b) for (auto i = a; i != b; i++) #de 阅读全文
posted @ 2021-04-30 19:47 Acception 阅读(48) 评论(0) 推荐(0)