摘要: 递推法#includelong long sum[40];//也可以不用开数组 int main(){ int n; scanf("%d",&n); sum[1]=1; sum[2]=1; for(int t=3;tlong long F(int x){ if(x==... 阅读全文
posted @ 2019-03-16 10:21 black_hole6 阅读(387) 评论(0) 推荐(0)