摘要:
public class Feibo { static long[] temp = new long[1000000]; static long fun1(int n){ if(temp[n]!=0) return temp[n]; if(n==1||n==2) return temp[1]=temp[2]=1; return temp[n]=fun1(n-2... 阅读全文
posted @ 2017-02-06 11:57
wastonl
阅读(205)
评论(0)
推荐(0)
浙公网安备 33010602011771号