#include <cstdio> #include <vector> #include <map> #include <cmath> using namespace std; #define LL long long #define MAX_N 200009 #define MAX_M 200009 #define MAX_K 500009 #define VAR(a,b) typeof(b) a=(b) #define FOREACH(it,c) for(VAR(it,(c).begin());it!=(c).end();++it) struct int2 { int x,y; }; int n,m,k; int2 S[MAX_M]; vector<int> L[MAX_N]; LL wyn=0; struct Fiolka { map<int,LL> m; void merge(Fiolka &f) { /*int a=-1; NEXT: ++a; for(;a<n;++a) { VAR(it1,m.find(a)); if(it1!=m.end()) { FOREACH(b,L[a]) { VAR(it2,f.m.find(*b)); if(it2==f.m.end())continue; wyn+=min(it1->second,it2->second); if(it2->second==it1->second) { f.m.erase(it2); VAR(it3,it1); ++it1; m.erase(it3); goto NEXT; }else if(it2->second<it1->second) { it1->second-=it2->second; f.m.erase(it2); }else { it2->second-=it1->second; VAR(it3,it1); ++it1; m.erase(it3); goto NEXT; } } }else { VAR(it2,f.m.find(a)); if(it2==f.m.end())continue; FOREACH(b,L[a]) { VAR(it1,m.find(*b)); if(it1==m.end())continue; wyn+=min(it1->second,it2->second); if(it2->second==it1->second) { f.m.erase(it2); VAR(it3,it1); ++it1; m.erase(it3); goto NEXT; }else if(it2->second<it1->second) { it1->second-=it2->second; f.m.erase(it2); }else { it2->second-=it1->second; VAR(it3,it1); ++it1; m.erase(it3); goto NEXT; } } } }*/ FOREACH(a,m) { NEXT: FOREACH(b,L[a->first]) { VAR(it,f.m.find(*b)); if(it!=f.m.end()) { wyn+=min(it->second,a->second); if(it->second==a->second) { f.m.erase(it); VAR(a2,a); ++a; bool isEnd=(a==m.end()); m.erase(a2); if(isEnd)goto END; goto NEXT; }else if(it->second<a->second) { a->second-=it->second; f.m.erase(it); }else { it->second-=a->second; VAR(a2,a); ++a; bool isEnd=(a==m.end()); m.erase(a2); if(isEnd)goto END; goto NEXT; } } } } END: FOREACH(a,f.m) { m[a->first]=a->second; } f.m.clear(); } }; Fiolka T[MAX_N]; int main() { scanf("%d%d%d",&n,&m,&k); for(int a=0;a<n;++a) { LL g; scanf("%lld",&g); T[a].m[a]=g; } for(int a=0;a<m;++a) { scanf("%d%d",&S[a].x,&S[a].y); --S[a].x;--S[a].y; } for(int a=0;a<k;++a) { int x,y; scanf("%d%d",&x,&y); --x;--y; L[x].push_back(y); L[y].push_back(x); } for(int a=0;a<m;++a) { T[S[a].y].merge(T[S[a].x]); } printf("%lld",wyn*2); return 0; }
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 | #include <cstdio> #include <vector> #include <map> #include <cmath> using namespace std; #define LL long long #define MAX_N 200009 #define MAX_M 200009 #define MAX_K 500009 #define VAR(a,b) typeof(b) a=(b) #define FOREACH(it,c) for(VAR(it,(c).begin());it!=(c).end();++it) struct int2 { int x,y; }; int n,m,k; int2 S[MAX_M]; vector<int> L[MAX_N]; LL wyn=0; struct Fiolka { map<int,LL> m; void merge(Fiolka &f) { /*int a=-1; NEXT: ++a; for(;a<n;++a) { VAR(it1,m.find(a)); if(it1!=m.end()) { FOREACH(b,L[a]) { VAR(it2,f.m.find(*b)); if(it2==f.m.end())continue; wyn+=min(it1->second,it2->second); if(it2->second==it1->second) { f.m.erase(it2); VAR(it3,it1); ++it1; m.erase(it3); goto NEXT; }else if(it2->second<it1->second) { it1->second-=it2->second; f.m.erase(it2); }else { it2->second-=it1->second; VAR(it3,it1); ++it1; m.erase(it3); goto NEXT; } } }else { VAR(it2,f.m.find(a)); if(it2==f.m.end())continue; FOREACH(b,L[a]) { VAR(it1,m.find(*b)); if(it1==m.end())continue; wyn+=min(it1->second,it2->second); if(it2->second==it1->second) { f.m.erase(it2); VAR(it3,it1); ++it1; m.erase(it3); goto NEXT; }else if(it2->second<it1->second) { it1->second-=it2->second; f.m.erase(it2); }else { it2->second-=it1->second; VAR(it3,it1); ++it1; m.erase(it3); goto NEXT; } } } }*/ FOREACH(a,m) { NEXT: FOREACH(b,L[a->first]) { VAR(it,f.m.find(*b)); if(it!=f.m.end()) { wyn+=min(it->second,a->second); if(it->second==a->second) { f.m.erase(it); VAR(a2,a); ++a; bool isEnd=(a==m.end()); m.erase(a2); if(isEnd)goto END; goto NEXT; }else if(it->second<a->second) { a->second-=it->second; f.m.erase(it); }else { it->second-=a->second; VAR(a2,a); ++a; bool isEnd=(a==m.end()); m.erase(a2); if(isEnd)goto END; goto NEXT; } } } } END: FOREACH(a,f.m) { m[a->first]=a->second; } f.m.clear(); } }; Fiolka T[MAX_N]; int main() { scanf("%d%d%d",&n,&m,&k); for(int a=0;a<n;++a) { LL g; scanf("%lld",&g); T[a].m[a]=g; } for(int a=0;a<m;++a) { scanf("%d%d",&S[a].x,&S[a].y); --S[a].x;--S[a].y; } for(int a=0;a<k;++a) { int x,y; scanf("%d%d",&x,&y); --x;--y; L[x].push_back(y); L[y].push_back(x); } for(int a=0;a<m;++a) { T[S[a].y].merge(T[S[a].x]); } printf("%lld",wyn*2); return 0; } |