摘要: using System; using System.Collections.Generic; using System.Text; /*算法系列*/ namespace ConsoleApplication1 { class Program { /*计算1+1+2+3+5+8+13*/ public int function1(int n) ... 阅读全文
posted @ 2009-02-16 22:44 jasonM 阅读(343) 评论(0) 推荐(0) 编辑