2015年10月1日

POJ 2785:4 Values whose Sum is 0 二分

摘要: 4 Values whose Sum is 0Time Limit:15000MSMemory Limit:228000KTotal Submissions:18221Accepted:5363Case Time Limit:5000MSDescriptionThe SUM problem can ... 阅读全文

posted @ 2015-10-01 18:35 光速小子 阅读(131) 评论(0) 推荐(0) 编辑

POJ 2309:BST lowbit

摘要: BSTTime Limit:1000MSMemory Limit:65536KTotal Submissions:9140Accepted:5580DescriptionConsider an infinite full binary search tree (see the figure belo... 阅读全文

posted @ 2015-10-01 12:25 光速小子 阅读(195) 评论(0) 推荐(0) 编辑

POJ 3692:Kindergarten 求补图的最大点独立集 头一次接触这样的做法

摘要: KindergartenTime Limit:2000MSMemory Limit:65536KTotal Submissions:5884Accepted:2877DescriptionIn a kindergarten, there are a lot of kids. All girls of... 阅读全文

posted @ 2015-10-01 11:59 光速小子 阅读(140) 评论(0) 推荐(0) 编辑

POJ 3735:Training little cats 联想到矩阵相乘

摘要: Training little catsTime Limit:2000MSMemory Limit:65536KTotal Submissions:11208Accepted:2698DescriptionFacer's pet cat just gave birth to a brood of l... 阅读全文

posted @ 2015-10-01 11:34 光速小子 阅读(176) 评论(0) 推荐(0) 编辑

POJ 3916:Duplicate Removal 将相近的重复元素删除

摘要: Duplicate RemovalTime Limit:1000MSMemory Limit:65536KTotal Submissions:1745Accepted:1213DescriptionThe company Al's Chocolate Mangos has a web site wh... 阅读全文

posted @ 2015-10-01 11:20 光速小子 阅读(232) 评论(0) 推荐(0) 编辑

POJ 3984:迷宫问题 bfs+递归输出路径

摘要: 迷宫问题Time Limit:1000MSMemory Limit:65536KTotal Submissions:11844Accepted:7094Description定义一个二维数组:int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0,... 阅读全文

posted @ 2015-10-01 11:17 光速小子 阅读(267) 评论(0) 推荐(0) 编辑

POJ 3994:Probability One

摘要: Probability OneTime Limit:1000MSMemory Limit:65536KTotal Submissions:1674Accepted:1151DescriptionNumber guessing is a popular game between elementary-... 阅读全文

posted @ 2015-10-01 11:08 光速小子 阅读(148) 评论(0) 推荐(0) 编辑

POJ 3253:Fence Repair

摘要: Fence RepairTime Limit:2000MSMemory Limit:65536KTotal Submissions:33114Accepted:10693DescriptionFarmer John wants to repair a small length of the fenc... 阅读全文

posted @ 2015-10-01 10:47 光速小子 阅读(105) 评论(0) 推荐(0) 编辑

导航