摘要: Popular Cows Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 31533 Accepted: 12817 Description Every cow's dream is to become the most popu 阅读全文
posted @ 2016-11-16 21:19 [lemon] 阅读(340) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std; const int maxn=2000; vectortu[maxn]; vectorlt[maxn]; int n,m,lts=0; int js=0; int dfn[maxn],low[maxn]; int zhan[maxn],top=0; bool isins[ma... 阅读全文
posted @ 2016-11-16 17:55 [lemon] 阅读(202) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2586 How far away ? Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Su 阅读全文
posted @ 2016-11-16 14:06 [lemon] 阅读(171) 评论(0) 推荐(0) 编辑
摘要: http://codevs.cn/problem/3269/ 3269 混合背包 时间限制: 1 s 空间限制: 256000 KB 题目等级 : 钻石 Diamond 3269 混合背包 3269 混合背包 时间限制: 1 s 空间限制: 256000 KB 题目等级 : 钻石 Diamond 时 阅读全文
posted @ 2016-11-16 11:13 [lemon] 阅读(842) 评论(0) 推荐(0) 编辑
……