最新 最热

HDOJ 1040 As Easy As A+B

Problem Description These days, I am thinking about a question, how can I get a problem as easy as

2021-01-20
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 2058 The sum problem

Problem Description Given a sequence 1,2,3,……N, your job is to calculate all the possible sub-sequences that the sum of the sub-sequence is M.

2021-01-20
1

HDOJ 2071 Max Num

Problem Description There are some students in a class, Can you help teacher find the highest student .

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

HDOJ 2055 An easy problem

Problem Description we define f(A) = 1, f(a) = -1, f(B) = 2, f(b) = -2, … f(Z) = 26, f(z) = -26; Give you a letter x and a number y , you should output the ...

2021-01-20
1

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
1

HDOJ 2052 Picture

Problem Description Give you the width and height of the rectangle,darw it.

2021-01-20
1

HDOJ 2051 Bitset

Problem Description Give you a number on base ten,you should output it on base two.(0 < n < 1000)

2021-01-20
1

​LeetCode刷题实战70:爬楼梯

https://leetcode-cn.com/problems/climbing-stairs/

2021-01-20
1