最新 最热

HDOJ(HDU) 2123 An easy problem(简单题...)

Problem Description In this problem you need to make a multiply table of N * N ,just like the sample out. The element in the ith row and jth column should be ...

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 1405 The Last Practice

Problem Description Tomorrow is contest day, Are you all ready? We have been training for 45 day

2021-01-21
1

HDOJ 1397 Goldbach's Conjecture(快速筛选素数法)

Problem Description Goldbach’s Conjecture: For any even number n greater than or equal to 4, there exists at least one pair of prime numbers p1 and p2 such th...

2021-01-21
1

HDOJ 1390 Binary Numbers(进制问题)

Problem Description Given a positive integer n, find the positions of all 1’s in its binary representation. The position of the least significant bit is 0.

2021-01-21
1

HDOJ 1339 A Simple Task(简单数学题,暴力)

Problem Description Given a positive integer n and the odd integer o and the nonnegative integer p such that n = o2^p.

2021-01-21
0

HDOJ 1323 Perfection(简单题)

Problem Description From the article Number Theory in the 1994 Microsoft Encarta: “If a, b, c are integers such that a = bc, a is called a multiple of b or of...

2021-01-21
1

HDOJ 1266 Reverse Number(数字反向输出题)

Problem Description Welcome to 2006’4 computer college programming contest!

2021-01-21
1

HDOJ 1163 Eddy's digital Roots(九余数定理的应用)

Problem Description The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that d...

2021-01-21
1

HDOJ 1061 Rightmost Digit(循环问题)

Problem Description Given a positive integer N, you should output the most right digit of N^N.

2021-01-21
1