//有一分数序列 2/1,3/2,5/3,8/5,13/8,21/13,求出这个数列的前20项和

//有一分数序列 2/1,3/2,5/3,8/5,13/8,21/13,求出这个数列的前20项和
#include
using namespace std;
void main(){
float a1=2,a2=3,b1=1,b2=2;
int i;
double s;
for(i=1;i
其他人气:686 ℃时间:2020-02-03 14:55:56
优质解答
#include <iostream>using namespace std; int main(){    int a1=2,a2=3,b1=1,b2=2;  int n,an,bn;     &nbs...
我来回答
类似推荐
请使用1024x768 IE6.0或更高版本浏览器浏览本站点,以保证最佳阅读效果。本页提供作业小助手,一起搜作业以及作业好帮手最新版!
版权所有 CopyRight © 2012-2024 作业小助手 All Rights Reserved. 手机版