自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

GadyPu的专栏

Never Give up On Your Dreams!!!

  • 博客(14)
  • 收藏
  • 关注

原创 poj 2676 Sudoku

DefaultSudokuDescriptionSudoku is a very simple task. A square table with 9 rows and 9 columns is divided to 9 smaller squares 3x3 as shown on the Figure. In some of the cells are written de

2015-01-29 18:15:34 290

原创 poj 3984 迷宫问题

2015-01-14 19:26:41 306

原创 poj 3126 Prime Path

bfs继续水

2015-01-13 16:52:35 308

原创 poj 1321 棋盘问题

dfs

2015-01-13 15:06:44 291

原创 poj 3278 Catch That Cow

bfs

2015-01-12 15:49:37 258

原创 poj 1915 Knight Moves

DefaultKnight MovesDescriptionBackground 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

2015-01-11 17:29:55 354

原创 poj 1001 Exponentiation

ExponentiationDescriptionProblems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing ex

2015-01-09 20:08:47 311

原创 hoj 1201 Ananagrams

字符串 qsort

2015-01-08 19:52:56 347

原创 nyoj 58 最少步数

描述这有一个迷宫,有0~8行和0~8列: 1,1,1,1,1,1,1,1,1 1,0,0,1,0,0,1,0,1 1,0,0,1,1,0,0,0,1 1,0,1,0,1,1,0,1,1 1,0,0,0,0,1,0,0,1 1,1,0,1,0,1,0,0,1 1,1,0,1,0,1,0,0,1 1,1,0,1,0,0,0,0,1 1,1,1,1,1,1

2015-01-06 17:33:04 428

原创 hoj 1365 Digital Product

Given an integer N, write a program to find the minimal positive integer K such that the product of the digits of K is exactly N.InputThere are several tests. Each test consists of an integer

2015-01-05 20:27:31 333

原创 hoj 1797 Red and Black

There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adjacent tiles. But he can'

2015-01-05 13:37:17 409

原创 hoj 2934 Simple Math Question

As we know, n! is defined as n*(n-1)*(n-2)…2*1Now, bigcaicai has a simple question: when giving you two integers: A and B (A ≤ B), can you give the sum of i!(A ≤ i ≤ B)?InputThe input

2015-01-04 16:29:32 393

原创 hoj 1533 Fibonacci Numbers

A Fibonacci sequence is calculated by adding the previous two members of the sequence, with the first two members being both 1.f(1) = 1, f(2) = 1, f(n > 2) = f(n - 1) + f(n - 2)Your task is to

2015-01-03 16:46:12 416

原创 hoj 1081 Scramble Sort

BackgroundIn this problem you will be given a series of lists containing both words and numbers. The goal is to sort these lists in such a way that all words are in alphabetical order and all numb

2015-01-02 15:03:22 607

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除