最新 最热

HDOJ 1197 Specialized Four-Digit Numbers

Problem Description Find and list all four-digit numbers in decimal notation that have the property that the sum of its four digits equals the sum of its digi...

2021-01-21
1

HDOJ 1014 Uniform Generator(公约数问题)

Problem Description Computer simulations often require random numbers. One way to generate pseudo-random numbers is via a function of the form

2021-01-21
1

HDOJ/HDU 1015 Safecracker(深搜)

Problem Description === Op tech briefing, 2002/11/02 06:42 CST === “The item is locked in a Klein safe behind a painting in the second-floor library. Klein ...

2021-01-21
1

HDOJ 1016 Prime Ring Problem素数环【深搜】

Problem 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 t...

2021-01-21
0

HDOJ 2054 A == B ?(精确大数相等)

Problem Description Give you two numbers A and B, if A is equal to B, you should print “YES”, or print “NO”.

2021-01-20
0

HDOJ 1081(ZOJ 1074) To The Max(动态规划)

Problem Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1 x 1 or greater loca...

2021-01-20
0

HDOJ 2212 DFS

Problem Description A DFS(digital factorial sum) number is found by summing the factorial of every digit of a positive integer.

2021-01-20
1

POJ 2262 Goldbach's Conjecture

Problem Description In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture: ...

2021-01-19
0

撬动offer:寻找丢失的数字

Have the function MissingDigit(str) take the str parameter, which will be a simple mathematical formula with three numbers, a single operator (+, -, *, or /) an...

2020-12-02
1

Copying Books POJ - 1505 二分答案 详细注释

Copying Books POJ - 1505 Before the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so...

2020-11-13
1