
python
northwolves
MS-VB-MVP
MS-EXCEL-MVP
展开
-
Google Treasure Hunt 2008--Robot Problem
QuestionA robot is located at the top-left corner of a 65 x 45 grid (marked Start in the diagram below).The robot can only move either down or right at any point in time. The robot is tryin原创 2009-01-01 12:46:00 · 1046 阅读 · 0 评论 -
一句代码计算阶乘(python)
print reduce(lambda a,b : a*b, range(1,1001))Reurns: 40238726007709377354370243392300398571937486421071463254379991042993851239862902059204420848696940480047998861019719605863166687299480855原创 2008-11-12 23:16:00 · 3566 阅读 · 0 评论