最新 最热

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

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

POJ 2260(ZOJ 1949) Error Correction 一个水题

A boolean matrix has the parity property when each row and each column has an even sum, i.e. contains an even number of bits which are set. Here’s a 4 x 4 matri...

2021-01-20
1

C++ OpenCV透视变换改进---直线拟合的应用

前一篇《C++ OpenCV透视变换综合练习》中针对透视变换做了一个小练习,上篇中我们用多边形拟合的点集来计算离最小旋转矩形最近的点来定义为透视变换的点,效果是有,无意间又想了一个新的思路,在原来的点的基础上效果会更好...

2021-01-20
0

POJ 2487 Stamps

DescriptionBackground Everybody hates Raymond. He’s the largest stamp collector on planet earth and because of that he always makes fun of all the others at ...

2021-01-19
1

POJ 2027 No Brainer

Problem Description Zombies love to eat brains. Yum.

2021-01-19
0

HDOJ 1312 (POJ 1979) Red and Black

Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From ...

2021-01-19
1

POJ 1306 Combinations

Computing the exact number of ways that N things can be taken M at a time can be a great challenge when N and/or M become very large. Challenges are the stuff o...

2021-01-19
1

POJ 1503 Integer Inquiry 简单大数相加

One of the first users of BIT’s new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking various...

2021-01-19
1

POJ 2390 Bank Interest

Problem Description Farmer John made a profit last year! He would like to invest it well but wonders how much money he will make. He knows the interest rate R...

2021-01-19
1