
POJ
JimmyLegend
Write the Code Change the World!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
A+B Problem
DescriptionCalculate a+b InputTwo integer a,b (0<=a,b<=10)OutputOutput a+bSample Input1 2Sample Output3HintQ: Where are the input and the output?A: Your program shall always read input from stdi...原创 2018-05-09 21:44:01 · 273 阅读 · 0 评论 -
Biorhythms
DescriptionSome people believe that there are three cycles in a person's life that start the day he or she is born. These three cycles are the physical, emotional, and intellectual cycles, and they ha...原创 2018-05-15 19:44:32 · 241 阅读 · 0 评论 -
I Think I Need a Houseboat
DescriptionFred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he learned that the state of Louisiana is actually shrinking by...原创 2018-05-15 13:20:20 · 131 阅读 · 0 评论 -
Financial Management
DescriptionLarry graduated this year and finally has a job. He's making a lot of money, but somehow never seems to have enough. Larry has decided that he needs to grab hold of his financial portfolio ...原创 2018-05-15 13:18:10 · 227 阅读 · 0 评论 -
Hangover
DescriptionHow far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We're assuming that the cards must be perpendicular t...原创 2018-05-15 13:12:54 · 169 阅读 · 0 评论 -
487-3279
DescriptionBusinesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the University of...原创 2018-05-15 13:08:11 · 1007 阅读 · 1 评论 -
Exponentiation
DescriptionProblems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many comput...原创 2018-05-15 11:21:10 · 458 阅读 · 0 评论 -
Maya Calendar
DescriptionDuring his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discovered that the Maya civilization used a 3...原创 2018-05-19 12:57:57 · 235 阅读 · 0 评论 -
POJ解题目录(更新中)
ID Title C/C++代码 备注 1000 A+B Problem 代码原创 2018-05-10 09:47:51 · 322 阅读 · 0 评论 -
DNA Sorting
DescriptionOne measure of ``unsortedness'' in a sequence is the number of pairs of entries that are out of order with respect to each other. For instance, in the letter sequence ``DAABEC'', this measu...原创 2018-05-15 20:14:30 · 234 阅读 · 0 评论