2016年9月5日

摘要: BZOJ 1666 水.. BZOJ 1579 分层图最短路. BZOJ 1782 从一开始若某头牛停在U,那么U的子树的时间都会加一用BIT维护DFS序就行了 BZOJ 1572 贪心+堆 排序后查看是否超过了时间,超过了就弹出 1 #include <iostream> 2 #include < 阅读全文

posted @ 2016-09-05 21:42 yyjxx2010xyu 阅读(150) 评论(0) 推荐(0) 编辑

摘要: BigNum 1 #include <iostream> 2 #include <cstring> 3 #include <cstdio> 4 #include <algorithm> 5 using namespace std; 6 inline int Max(int x,int y) {ret 阅读全文

posted @ 2016-09-05 11:40 yyjxx2010xyu 阅读(175) 评论(0) 推荐(0) 编辑