随笔分类 - 图论
摘要:1003 Emergency (25 分)As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several ...
阅读全文
摘要:#includeusing namespace std;typedef long long ll;#define inf 0x3f3f3f3fint n;int e[100][100];vectorvec;int cnt[100];//记录每个节点的入度int que...
阅读全文
摘要:degree Accepts: 1581 Submissions: 3494 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Problem Descr...
阅读全文