#include
摘要: 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) 编辑