摘要: DescriptionIn the final exam, you are given n problems to solve, each one of which has an integer value indicating its difficulty, the larger, the harder. You need to find out which problem is the hardest.InputInput may contain several test cases, one per line. For each test case, the first integer 阅读全文
posted @ 2012-10-25 15:45 Joyee 阅读(403) 评论(0) 推荐(0) 编辑
摘要: DescriptionFind and list all four-digit numbers in decimal notation that have the property that the sum of its four digits equals the sum of its digits when represented in hexadecimal (base 16) notation and also equals the sum of its digits when represented in duodecimal (base 12) notation.For examp 阅读全文
posted @ 2012-10-25 15:08 Joyee 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 本周的实验课堂上作业,课前已经完成Description陶陶家的院子里有一棵苹果树,每到秋天树上就会结出10个苹果。苹果成熟的时候,陶陶就会跑去摘苹果。陶陶有个30厘米高的板凳,当她不能直接用手摘到苹果的时候,就会踩到板凳上再试试。现在已知10个苹果到地面的高度,以及陶陶把手伸直的时候能够达到的最大高度,请帮陶陶算一下她能够摘到的苹果的数目。假设她碰到苹果,苹果就会掉下来。Input输入包括两行数据。第一行包含10个100到200之间(包括100和200)的整数(以厘米为单位)分别表示10个苹果到地面的高度,两个相邻的整数之间用一个空格隔开。第二行只包括一个100到120之间(包含100和12 阅读全文
posted @ 2012-10-25 14:42 Joyee 阅读(684) 评论(0) 推荐(0) 编辑