随笔分类 -  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'... 阅读全文
posted @ 2014-08-22 23:49 bigjava 阅读(385) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2014-08-21 23:37 bigjava 阅读(291) 评论(0) 推荐(0)
摘要:DescriptionProblems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the na... 阅读全文
posted @ 2014-08-20 22:39 bigjava 阅读(312) 评论(0) 推荐(0)
摘要:DescriptionCalculate a+bInputTwo integer a,b (0<=a,b<=10)OutputOutput a+bSample Input1 2Sample Output3import java.util.Scanner; public class Main { ... 阅读全文
posted @ 2014-08-19 23:41 bigjava 阅读(434) 评论(0) 推荐(0)