07 2015 档案

暑假训练-个人赛第五场
摘要:IDOriginTitle0/23Problem ASGU 453MeetingsProblem BSGU 454Kakuro10/58Problem CSGU 455Sequence analysis14/52Problem DSGU 456Annuity Payment SchemeProble... 阅读全文

posted @ 2015-07-31 10:05 张济 阅读(171) 评论(0) 推荐(0)

SGU 461 Wiki Lists dfs
摘要:不难的题,不过蛮有意思的dfs 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #... 阅读全文

posted @ 2015-07-30 19:20 张济 阅读(153) 评论(0) 推荐(0)

暑假集训-个人赛第四场
摘要:IDOriginTitle31/134Problem ASPOJ AMR10APlaygroundProblem BSPOJ AMR10BRegex Edit Distance3/44Problem CSPOJ AMR11CRobbing Gringotts14/76Problem DSPOJ AM... 阅读全文

posted @ 2015-07-29 22:21 张济 阅读(259) 评论(0) 推荐(1)

暑假集训-个人赛第三场
摘要:IDOriginTitle10/29Problem ACodeForces 443BKolya and Tandem Repeat1/1Problem BCodeForces 442ABorya and Hanabi9/29Problem CCodeForces 442BAndrey and Pro... 阅读全文

posted @ 2015-07-28 20:40 张济 阅读(138) 评论(0) 推荐(0)

暑假集训-合训第三场
摘要:IDOriginTitle31/51Problem AHDU 4175Class Schedule27/140Problem BHDU 4193Non-negative Partial Sums5/17Problem CHDU 4212Shut the Box3/9Problem DHDU 4216... 阅读全文

posted @ 2015-07-26 17:45 张济 阅读(166) 评论(0) 推荐(0)

暑假集训-合训第二场
摘要:IDOriginTitle0/5Problem AHDU 4116Fruit Ninja3/10Problem BHDU 4127Flood-it!Problem CHDU 4130Shadow33/61Problem DHDU 4161Iterated Difference15/35Problem... 阅读全文

posted @ 2015-07-26 12:27 张济 阅读(191) 评论(0) 推荐(0)

暑假集训-个人赛第一场
摘要:G - Qin Shi Huang's National Road System题意是给你平面上n个点,每个点代表一个城市,给你每个城市的人口,修n-1条路让其连通。有法术可以让其中免去其中一条路的费用。让你求是的A/B最大的时候的最小花费,其中A是免费的这条路连接的两个城市的人口之和,B是需要花费... 阅读全文

posted @ 2015-07-22 18:20 张济 阅读(115) 评论(0) 推荐(0)

暑假集训-二分图,网络流,2-SAT
摘要:匈牙利算法DFS bool dfs(int u){ for(int i = 1; i #include #include #include #include #include #include #include #include #include #include #include #i... 阅读全文

posted @ 2015-07-21 11:00 张济 阅读(218) 评论(0) 推荐(0)

暑假集训-数据结构
摘要:求矩形的并 Poj1151线段树,离散化,扫描线。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #inc... 阅读全文

posted @ 2015-07-20 16:01 张济 阅读(168) 评论(0) 推荐(0)

Model
摘要:匈牙利算法-DFS 1 bool dfs(int u){ 2 for(int i = 1; i 2 #include 3 #include 4 #define LL long long 5 #define MAXN 10005 6 #define MAXM 30005 7 using ... 阅读全文

posted @ 2015-07-20 09:12 张济 阅读(265) 评论(0) 推荐(0)

暑假集训-计算几何
摘要:交了两天的半平面交的模版题终于过了,,,原来是 OnLeft 里面少抄了一个等于号......半平面交 poj3335 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include ... 阅读全文

posted @ 2015-07-18 10:45 张济 阅读(155) 评论(0) 推荐(0)

暑假集训-字符串
摘要:HASHKMPTrieSAAC automation这题用hash做的不知道为什么老是过不了http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=33057 阅读全文

posted @ 2015-07-17 09:19 张济 阅读(109) 评论(0) 推荐(0)

将博客搬至CSDN
摘要:RT 阅读全文

posted @ 2015-07-15 23:17 张济 阅读(96) 评论(0) 推荐(0)

暑假集训-组合数学及数论
摘要:群——Burnside定理容斥原理12/58Problem ACodeForces 554CKyoya and Colored Balls0/1Problem BHYSBZ 1004Cards2/11Problem CHDU 5072Coprime6/14Problem DCodeForces 30... 阅读全文

posted @ 2015-07-15 09:14 张济 阅读(148) 评论(0) 推荐(0)

暑假集训-搜索
摘要:迭代加深搜索dancing links精确覆盖0/18Problem AHDU 1043Eight(South Central USA 1998)15/37Problem BHDU 2553N皇后问题11/15Problem CHDU 1312Red and Black4/18Problem DHD... 阅读全文

posted @ 2015-07-14 09:13 张济 阅读(106) 评论(0) 推荐(0)

暑假集训-基础图论
摘要:5/37Problem AHUST 1019A dangerous trip10/71Problem BHUST 1631Road SystemProblem CUVALive 3523Knights of the Round Table1/5Problem DUVALive 5135Mining ... 阅读全文

posted @ 2015-07-14 08:17 张济 阅读(160) 评论(0) 推荐(0)

即时通讯工具
摘要:在线文件和语音聊天还没有实现 阅读全文

posted @ 2015-07-12 09:22 张济 阅读(145) 评论(0) 推荐(0)

导航