2014年5月30日
摘要: http://www.cnblogs.com/stephen-liu74/archive/2012/02/18/2357783.html 阅读全文
posted @ 2014-05-30 13:31 真心的不懂 阅读(151) 评论(0) 推荐(0) 编辑
摘要: public class Fibonacci { private static Map map = new HashMap(); static{ map.put(0L, 1L); map.put(1L, 1L); } public static void main(String[] arg... 阅读全文
posted @ 2014-05-30 11:05 真心的不懂 阅读(319) 评论(0) 推荐(0) 编辑