Size: 4415
Comment:
|
Size: 3089
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
040426 &lt;[email protected]&gt; 中发起 | 040426 <[email protected]> 中发起 |
Line 21: | Line 21: |
hoxide &lt;[email protected]&gt; 发起 | hoxide <[email protected]> 发起 |
Line 32: | Line 32: |
GreyRoar &lt;[email protected]&gt; 发起 | GreyRoar <[email protected]> 发起 |
Line 72: | Line 72: |
hanzhupeng &lt;[email protected]&gt; 发起 | hanzhupeng <[email protected]> 发起 |
Line 85: | Line 85: |
[http://allegra913.b3.nu/ Allegra] [http://ambien913.b3.nu/ Ambien] [http://amoxil913.b3.nu/ Amoxil] [http://ativan913.b3.nu/ Ativan] [http://celebrex913.b3.nu/ Celebrex] [http://cialis913.b3.nu/ Cialis] [http://cipro913.b3.nu/ Cipro] [http://claritin913.b3.nu/ Claritin] [http://clomid913.b3.nu/ Clomid] [http://glucophage913.b3.nu/ Glucophage] [http://levitra913.b3.nu/ Levitra] [http://lipitor913.b3.nu/ Lipitor] [http://mevacor913.b3.nu/ Mevacor] [http://nexium913.b3.nu/ Nexium] [http://norvasc913.b3.nu/ Norvasc] [http://paxil913.b3.nu/ Paxil] [http://phentermine913.b3.nu/ Phentermine] [http://propecia913.b3.nu/ Propecia] [http://proscar913.b3.nu/ Proscar] [http://prozac913.b3.nu/ Prozac] [http://reductil-meridia913.b3.nu/ Reductil-meridia] [http://soma913.b3.nu/ Soma] [http://ultram913.b3.nu/ Ultram] [http://valium913.b3.nu/ Valium] [http://viagra913.b3.nu/ Viagra] [http://viagra soft913.b3.nu/ Viagra Soft] [http://vioxx913.b3.nu/ Vioxx] [http://wellbutrin913.b3.nu/ Wellbutrin] [http://xanax913.b3.nu/ Xanax] [http://xenical913.b3.nu/ Xenical] [http://zanaflex913.b3.nu/ Zanaflex] [http://zantac913.b3.nu/ Zantac] [http://zocor913.b3.nu/ Zocor] [http://zoloft913.b3.nu/ Zoloft] [http://zovirax913.b3.nu/ Zovirax] [http://zyban913.b3.nu/ Zyban] [http://zyrtec913.b3.nu/ Zyrtec] |
编程游戏收集,游戏中可以应用到最高的编译技巧!
-- Zoom.Quiet [DateTime(2004-08-12T16:23:20Z)] TableOfContents
编程游戏收集准则
题面儿简单,但是具有一定难度,有多种达成方式的为佳
号码球
040426 <[email protected]> 中发起
题面
现有十个分别标有1-10号码的球,十个分别标有1-10号码的罐子。每个球放进一个罐子里,现要求每一个球都不能放在同一号码的罐子中,请问有多少种放法?
解题
["/CodeBall"] -- 各种解题的结果
24点(或n点)的计算
hoxide <[email protected]> 发起
题面
就是利用加减乘除以及括号将给出的四张牌组成一个值为24的表达式 现在可以变化为 1 5 6 7 用+-*/ 算出21
解题
- ["/24point"] -- 各种解题的结果
谁养鱼?
GreyRoar <GreyRoar@tom.com> 发起
题面
老问题了
- 有五栋五种颜色的房子
- 每一位房子的主人国籍都不同
- 这五个人每人只喝一种饮料,只抽一种牌子的香烟,只养一种宠物
- 没有人有相同的宠物,抽相同牌子的香烟,喝相同的饮料
提示:
- 英国人住在红房子里
- 、瑞典人养了一条狗
- 、丹麦人喝茶
- 、绿房子在白房子左边 (得到1个与7个答案的差异是由于中文翻译的缘故:得到7个答案的是认为只要绿房子在白房子左侧即可,1个答案的是认为绿房子是紧挨在白房子左边的。我现在认为是后者,即绿房子是紧挨在白房子左边的。)
- 、绿房子主人喝咖啡
- 、抽PALL MALL烟的人养了一只鸟
- 、黄房子主人抽DUNHILL烟
- 、住在中间那间房子的人喝牛奶
- 、挪威人住第一间房子
- 、抽混合烟的人住在养鱼人的旁边
- 、养马人住在DUNHILL烟的人旁边
- 、抽BLUE MASTER烟的人喝啤酒
- 、 德国人抽PRINCE烟
- 、挪威人住在蓝房子旁边
- 、抽混合烟的人的邻居喝矿泉水
这道题出自1981年柏林的德国逻辑思考学院。据说世界上只有2%的人能出答案,就连大名鼎鼎的爱因斯坦也曾为此题大伤脑筋。(我个人认为爱因斯坦是不会为这种问题投入太多精力的......)
解题
- ["/Einstein"] -- 各种解题的结果
人狼羊菜过河的问题
hanzhupeng <[email protected]> 发起
题面
一个农妇带着一匹狼、一只羊和一蓝菜要过河,河边有条小船。船一次只能承载两样东西,而且只有农夫可以划船。 狼和羊单独在一起狼就会吃掉羊 羊和菜单独在一起羊就会吃掉菜 要求编一个程序,把安全过河的方法找出来 语言不限(当然,最好Python)
解题
- ["/Crossing"] -- 各种解题的结果