
POJ
文章平均质量分 74
红桃KK
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
快算24
Description 给定4个不大于10的正整数(范围1-10),要求在不改变数据先后顺序的情况下,采用加减乘除四种运算,找到一个表达式,使得最后的结果是24。 Input 4个不大于10的正整数。输入数据保证存在唯一解。 Output 不改变位置顺序,由'+','-','*','/'4个运算符和'(',')'组成的表达式 Sample Input 5 5 1 5 Sample原创 2013-05-01 16:10:39 · 1101 阅读 · 0 评论 -
Smith Numbers
Description While skimming his phone directory in 1982, Albert Wilansky, a mathematician of Lehigh University,noticed that the telephone number of his brother-in-law H. Smith had the following peculi原创 2013-05-01 18:47:25 · 745 阅读 · 0 评论