HDU5988

#include<queue> #include<cstdio> #include<iostream> using namespace std; #define LL long long struct LLC{     int v;     int flag;     bool operator < (const LLC & a) const{         if(v == a.v)      
相關文章
相關標籤/搜索