摘要:
Selecting CoursesTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 10183 Accepted: 4594DescriptionIt is well known that it is not easy to sele... 阅读全文
摘要:
The Perfect StallTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 23153 Accepted: 10312DescriptionFarmer John completed his new... 阅读全文
摘要:
双向图模板:#include #include using namespace std;int e[101][101];int match[101];int book[101];int n,m;int dfs(int u){ int i; for(i=1;i#include #inclu... 阅读全文