Differences between revisions 1 and 2
Revision 1 as of 2004-08-12 16:23:20
Size: 640
Editor: Zoom.Quiet
Comment: CodeBall
Revision 2 as of 2004-08-12 16:36:06
Size: 942
Editor: Zoom.Quiet
Comment: 24point
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
== 24点(或n点)的计算 ==
hoxide <[email protected]> 发起
=== 题面 ===
'''
就是利用加减乘除以及括号将给出的四张牌组成一个值为24的表达式
'''
现在可以变化为
''1 5 6 7 用+-*/ 算出21''
=== 解题 ===
 * ["/24point"] -- 各种解题的结果

编程游戏收集,游戏中可以应用到最高的编译技巧!

-- Zoom.Quiet [DateTime(2004-08-12T16:23:20Z)] TableOfContents

编程游戏收集准则

题面儿简单,但是具有一定难度,有多种达成方式的为佳

号码球

040426 <[email protected]> 中发起

题面

现有十个分别标有1-10号码的球,十个分别标有1-10号码的罐子。每个球放进一个罐子里,现要求每一个球都不能放在同一号码的罐子中,请问有多少种放法?

解题

24点(或n点)的计算

hoxide <[email protected]> 发起

题面

就是利用加减乘除以及括号将给出的四张牌组成一个值为24的表达式 现在可以变化为 1 5 6 7 用+-*/ 算出21

解题

  • ["/24point"] -- 各种解题的结果

PyProgramGames (last edited 2009-12-25 07:12:44 by localhost)