最新 最热

HDOJ 2056 Rectangles

Problem Description Given two rectangles and the coordinates of two points on the diagonals of each rectangle,you have to calculate the area of the intersecte...

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

HDOJ 2000 ASCII码排序

Problem Description 输入三个字符后,按各字符的ASCII码从小到大的顺序输出这三个字符。

2021-01-20
1

HDOJ 2046 骨牌铺方格

Problem Description 在2×n的一个长方形方格中,用一个1× 2的骨牌铺满方格,输入n ,输出铺放方案的总数. 例如n=3时,为2× 3方格,骨牌的铺放方案有三种,如下图:...

2021-01-20
0

HDOJ 2040 亲和数

古希腊数学家毕达哥拉斯在自然数研究中发现,220的所有真约数(即不是自身的约数)之和为:

2021-01-20
1

HDOJ 2039 三角形

Problem Description 给定三条边,请你判断一下能不能组成一个三角形。

2021-01-20
1

HDOJ 2034 人见人爱A-B

Problem Description 参加过上个月月赛的同学一定还记得其中的一个最简单的题目,就是{A}+{B},那个题目求的是两个集合的并集,今天我们这个A-B求的是两个集合的差,就是做集合的减法运算。(当然,大家都知道集合的定义,就是同...

2021-01-20
1