随笔分类 - POJ
摘要: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'...
阅读全文
摘要:DescriptionBusinesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or p...
阅读全文
摘要:DescriptionProblems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the na...
阅读全文
摘要:DescriptionCalculate a+bInputTwo integer a,b (0<=a,b<=10)OutputOutput a+bSample Input1 2Sample Output3import java.util.Scanner; public class Main { ...
阅读全文