#include
摘要: POJ3414:Pots kuangbin专题一:H题 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 18771 Accepted: 7948 Special Judge Description You are given tw 阅读全文
posted @ 2017-10-09 21:30 0一叶0知秋0 阅读(249) 评论(0) 推荐(0) 编辑
摘要: POJ3087:Shuffle'm Up kuangbin 专题一:G题 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 12455 Accepted: 5780 Description A common pastime for 阅读全文
posted @ 2017-10-09 20:41 0一叶0知秋0 阅读(177) 评论(0) 推荐(0) 编辑
摘要: POJ3126:Prime Path kuangbin专题一:F题 Description The ministers of the cabinet were quite upset by the message from the Chief of Security stating that the 阅读全文
posted @ 2017-10-08 20:43 0一叶0知秋0 阅读(246) 评论(0) 推荐(0) 编辑
摘要: /*分治典型应用 快速排序*/ #include #include #include using namespace std ; #define maxn 600 double num[maxn] ; void swap(double &a , double &b){ double temp = a ; a = b ; b = temp ; } ... 阅读全文
posted @ 2017-10-08 18:40 0一叶0知秋0 阅读(237) 评论(0) 推荐(0) 编辑
摘要: POJ 1426 Find The Multiple[kuangbin带你飞]专题一 简单搜索 E 题目链接:http://poj.org/problem?id=1426 Description Given a positive integer n, write a program to find 阅读全文
posted @ 2017-10-08 17:51 0一叶0知秋0 阅读(189) 评论(0) 推荐(0) 编辑
摘要: POJ3278:Catch That Cow kuangbin专题一:C题 题目链接:http://poj.org/problem?id=3278 Description Farmer John has been informed of the location of a fugitive cow 阅读全文
posted @ 2017-10-08 17:14 0一叶0知秋0 阅读(167) 评论(0) 推荐(0) 编辑
摘要: POJ2251:Dungeon Master kuangbin专题一B题 题目链接:http://poj.org/problem?id=2251 Description You are trapped in a 3D dungeon and need to find the quickest way 阅读全文
posted @ 2017-10-08 16:40 0一叶0知秋0 阅读(245) 评论(0) 推荐(0) 编辑
摘要: POJ1321 :棋盘问题 kuangbin专题一A题 题目链接:http://poj.org/problem?id=1321 Description 在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形 阅读全文
posted @ 2017-10-08 16:10 0一叶0知秋0 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 1282: ykc想吃好吃的 时间限制: 1 秒 内存限制: 128 MB | 提交: 728 解决: 99 题目链接:http://172.18.66.54:50015/JudgeOnline/problem.php?id=1282 题目描述 一天,ykc在学校闲的无聊,于是决定上街买点吃的,yk 阅读全文
posted @ 2017-10-07 21:14 0一叶0知秋0 阅读(189) 评论(0) 推荐(0) 编辑
摘要: I: Parity check 题目描述 Fascinated with the computer games, Gabriel even forgets to study. Now she needs to finish her homework, and there is an easy pro 阅读全文
posted @ 2017-10-07 12:05 0一叶0知秋0 阅读(950) 评论(0) 推荐(0) 编辑