博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年4月15日

摘要: 递归实现using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { deep(1, 1); } protected static vo... 阅读全文

posted @ 2010-04-15 16:24 一刻 阅读(247) 评论(0) 推荐(0) 编辑