摘要:
#include<bits/stdc++.h> using namespace std; #define lowbit(x) ((x)&(-x)) typedef long long LL; const int maxm = 5e5+5; const int INF = 0x3f3f3f3f; st 阅读全文
摘要:
Country A and B are at war. Country A needs to organize transport teams to deliver supplies toward some command center cities.In order to ensure the d 阅读全文