
搜索
G_Meteor
AKK
展开
-
poj 2362 Square //深搜
测试网站:http://poj.org/problem?id=2362 Time Limit:3000MS Memory Limit:65536K Total Submissions:27809 Accepted:9356 Description Given a set of sticks of various lengths, is it po...原创 2020-03-15 15:23:55 · 187 阅读 · 0 评论 -
神奇的口袋//深搜DFS、动态规划DP
测试网址:https://www.nowcoder.com/practice/9aaea0b82623466a8b29a9f1a00b5d35?tpId=61&tqId=29531&tPage=2&ru=/kaoyan/retest/1002&qru=/ta/pku-kaoyan/question-ranking 时间限制:C/C++ 1秒,其他语言2秒空间限制...原创 2020-04-29 18:17:28 · 310 阅读 · 0 评论 -
搜索 I - 09
Description The ministers of the cabinet were quite upset by the message from the Chief of Security stating that they would all have to change the four-digit room numbers on their offices. — It原创 2017-05-13 20:15:19 · 427 阅读 · 0 评论 -
搜索 G - 07
Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000) on a number line and the cow is at a point原创 2017-05-13 21:20:10 · 265 阅读 · 0 评论 -
搜索 Q - 17
Description A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in two adjacent circles should be a prime. No原创 2017-05-19 08:56:33 · 454 阅读 · 0 评论 -
搜索 B - 02
Description Background The knight is getting bored of seeing the same black and white squares again and again and has decided to make a journey around the world. Whenever a knight moves, it is原创 2017-05-19 12:42:17 · 330 阅读 · 0 评论 -
搜索 D - 04
Description 在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,摆放k个棋子的所有可行的摆放方案C。 Input 输入含有多组测试数据。 每组数据的第一行是两个正整数,n k,用一个空格隔开,表示了将在一个n*n的矩阵内描述棋盘,以及原创 2017-05-19 20:31:41 · 280 阅读 · 0 评论 -
搜索 H - 08
Description Given a positive integer n, write a program to find out a nonzero multiple m of n whose decimal representation contains only the digits 0 and 1. You may assume that n is not greater t原创 2017-05-19 21:05:21 · 390 阅读 · 0 评论 -
搜索 P - 16
Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a grid原创 2017-05-19 21:34:36 · 320 阅读 · 0 评论 -
搜索 O - 15
Description Inhabitants of the Wonderland have decided to hold a regional programming contest. The Judging Committee has volunteered and has promised to organize the most honest contest ever. It wa原创 2017-05-21 16:10:26 · 395 阅读 · 0 评论 -
搜索 J - 10
Description A common pastime for poker players at a poker table is to shuffle stacks of chips. Shuffling chips is performed by starting with two stacks of poker chips, S1 and S2, each stack conta原创 2017-05-30 21:41:11 · 314 阅读 · 0 评论 -
搜索 T - 20
Description Background Mr Somurolov, fabulous chess-gamer indeed, asserts that no one else but him can move knights from one position to another so fast. Can you beat him? The Problem Your ta原创 2017-05-30 22:33:25 · 661 阅读 · 0 评论 -
搜索 F - 06
Description Technicians in a pathology lab analyze digitized images of slides. Objects on a slide are selected for analysis by a mouse click on the object. The perimeter of the boundary of an obj原创 2017-05-31 20:41:52 · 294 阅读 · 0 评论 -
搜索 L - 12
Description You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be filled with rock. It takes one minute to move one原创 2017-05-31 20:53:52 · 635 阅读 · 0 评论