最新 最热

HDOJ(HDU) 2132 An easy problem

Problem Description We once did a lot of recursional problem . I think some of them is easy for you and some if hard for you. Now there is a very easy probl...

2021-01-21
1

HDOJ(HDU) 1977 Consecutive sum II(推导、、)

Problem Description Consecutive sum come again. Are you ready? Go ~~ 1 = 0 + 1 2+3+4 = 1 + 8

2021-01-21
1

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 1194 Beat the Spread!(简单题)

Problem Description Superbowl Sunday is nearly here. In order to pass the time waiting for the half-time commercials and wardrobe malfunctions, the local hack...

2021-01-21
1

HDOJ 1003 Max Sum

Problem Description Given a sequence a[1],a[2],a[3]……a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max s...

2021-01-20
1

HDOJ 1002 A + B Problem II

Problem Description I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.

2021-01-20
1

HDOJ 2057 A + B Again

Problem Description There must be many A + B problems in our HDOJ , now a new one is coming. Giv

2021-01-20
1

POJ 1423 Big Number

In many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data, encryption, etc. In th...

2021-01-20
1

POJ 1844 Sum

Consider the natural numbers from 1 to N. By associating to each number a sign (+ or -) and calculating the value of this expression we obtain a sum S. The prob...

2021-01-20
1

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
1